Podio API Documentation
Space members: Get space members v2
Returns the members of the given space
Usage
- Ruby Gem
-
space_member.rb
Podio::SpaceMember.find_all_for_space( space_id, options = {} )
Parameters
- space_id*
- Required.
- limit
The maximum number of members to return
Default value: 100- member_type
The type of members to return. Can be one of:
- employee
- external
- admin
- regular
- light
- guest
- offset
The offset into the member list
Default value: 0- query
Any search term to match.
Response
[
{
"user": The profile of the user,
"employee": True if the user is an employee, false otherwise,
"role": The users role on the space, either "light", "regular", "admin" or blank,
"grants": The number of grants given to the user on the space
},
... (more members)
]
Sandbox
Try the operation "/space/{space_id}/member/v2/"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here