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

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
pageIndexquerynumberintegerThe index of the pagefalse
pageSizequerynumberintegerThe number of results per page. The default is 25.false

Responses

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

Examples

List roles with paging options

HTTP
1
GET: /api/management/projects/movieDb/security/roles?pageIndex=1&pageSize=5

Remarks

Still need help?

New support request