Podio API Documentation
Reference: Count user profiles with access to object
Returns the number of other users with access to the given object.
Usage
- Ruby Gem
-
reference.rb
Podio::Reference.count_users_with_access( ref_type, ref_id )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"count": The count of users with access
}
Sandbox
Try the operation "/reference/{ref_type}/{ref_id}/accessible_by/count"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