Podio API Documentation

Grants: Get grants of ref_type to user on space

GET /grant/space/{space_id}/{ref_type}/user/{user_id}/

Returns all the grants for the user on the given space filtered by reference type (app/item).

Parameters
space_id*
Required.
ref_type*
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}/{ref_type}/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