List roles
Log in to add to favouritesGET/api/management/projects/{projectId}/security/roles
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
pageIndex | query | number | integer | The index of the page. |
pageSize | query | number | integer | The number of results per page. The default is 25. |
Responses
Examples
List roles with paging options
GET: /api/management/projects/movieDb/security/roles?pageIndex=1&pageSize=5
Remarks
In order to list roles you must be a member of the "System Administrators" user group. If you do not have permission to list roles you will get a 403 Forbidden response.