Skip to main content
GET/api/management/projects/{projectId}/security/roles

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
pageIndexquerynumberintegerThe index of the page.
pageSizequerynumberintegerThe number of results per page. The default is 25.

Responses

HTTP status codeReasonModel
200SuccessRole
401UnauthorizedError
403ForbiddenError
404Project not foundError
500Internal server errorError

Examples

List roles with paging options

HTTP
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.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request