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