Skip to content

List account privileges

Request

Retrieve a list of privileges granted to this user to manage various system resources.

Security
SessionKey(Required scopes: customeradministrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

Query
recordsinteger

The number of records per page that should be returned

Default:25
pageinteger

The number of the results page to return

Default:1
rolestring

If set, only returns privileges that grant the specified role

typestring

If set, only returns privileges granted on resources of the specified type

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/privileges?records=25&page=1&role=string&type=string' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The list of privileges granted to this account including their associated roles and the resources they apply to.

Bodyapplication/json
totalinteger

The total number of results available

pageinteger

The number of the results page returned

recordsinteger

The maximum number of results returned per page

entriesArray of objects(response-4)
Response
{ "page": 1, "records": 25, "entries": [ {} ] }