Podio API Documentation
Grants: Get grants to user on space
Returns all the grants for the user on the given space.
Usage
- PHP Client
-
PodioGrant.php
PodioGrant::get_for_user_on_space( $space_id, $user_id );
Parameters
- space_id*
- Required.
- user_id*
- Required.
Response
[
{
"grant_id": The id of the grant,
"ref": The object the grant is on
},
... (more grants)
]
Sandbox
Try the operation "/grant/space/{space_id}/user/{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