Podio API Documentation
Space members: Get space member
Returns the membership details for the given user on the given space.
Parameters
- space_id*
- Required.
- user_id*
- Required.
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
}
Sandbox
Try the operation "/space/{space_id}/member/{user_id}/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