POST
/
api
/
permissions
/
{sync_id}
/
list-users
List Users
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": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Paragon User Token. Add to the Authorization header of your requests.

Path Parameters

sync_id
string
required

Body

application/json

Response

200
application/json

List of users

The response is of type object.