cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/permissions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "permissionLevels": [ "Viewer" ], "principalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Returns a page listing the permissions associated with this Entity.
Access Token Authentication
The id of the Entity
The number of permissions per page
The token used to retrieve the next page
OK
A page of permissions
Was this page helpful?