Podio API Documentation

Reference: Get user profiles with access to object

GET /reference/{ref_type}/{ref_id}/accessible_by/

Returns user profiles who have access to an object, either because they have been explicitly granted access to it or because they are members of the object's workspace.

Usage
Ruby Gem
reference.rb
Podio::Reference.find_users_with_access( ref_type, ref_id, options = {} )
Parameters
ref_type*
Required.
ref_id*
Required.
limit

The maximum number of profiles to return for each access type

offset

The offset into the profiles to return

Response [ { "profile_id": The id of the profile, ... (more attributes) }, ... (more profiles) ]

 

Sandbox

Try the operation "/reference/{ref_type}/{ref_id}/accessible_by/"

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