Retrieve a list of privileges granted to this user to manage various system resources.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/privileges
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/privileges
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/privileges
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'The list of privileges granted to this account including their associated roles and the resources they apply to.
Response
{ "page": 1, "records": 25, "entries": [ { … } ] }