Podio API Documentation
Organizations: Get organization member
Returns the member data for the given user in the given organization.
Usage
- PHP Client
-
PodioOrganizationMember.php
PodioOrganizationMember::get( $org_id, $user_id );
- Ruby Gem
-
organization_member.rb
Podio::OrganizationMember.find( org_id, user_id )
Parameters
- org_id*
- Required.
- user_id*
- Required.
Response
{
"user": The user data of the member,
{
"user_id": The id of the user,
"mail": The account email of the user
},
"profile": The profile of the member,
{
"{field}": The value or list of values for the given field. For a list of possible fields, see the contact area.
... (more fields)
},
"employee": True if the member is an employee, false otherwise,
"role": The role of the user, if any, either "regular" or "admin",
"tier": The tier that user is on, ex: "gold" or "silver"
"spaces": The number of spaces the user is member of in the organization
{
"invited": The number of spaces the user is invited to,
"started": The number of spaces where the user is active
}
}
Sandbox
Try the operation "/org/{org_id}/member/{user_id}"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