cURL
curl --request POST \ --url https://sync.useparagon.com/api/permissions/{sync_id}/list-users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "object": "<string>", "role": "<string>" }'
{ "users": [ {} ] }
List users that have access to an object with an optional role filter
Paragon User Token. Add to the Authorization header of your requests.
List of users
The response is of type object.
object
Was this page helpful?