API Reference/Management/Roles GET/v1/mgmt/role/allSendHeadersAuthorizationAuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearerIn: headercURLJavaScriptGoPythoncurl -X GET "https://api.descope.com/v1/mgmt/role/all" \ -H "Authorization: Bearer <token>"200OKResponse{ "roles": [ { "name": "string", "description": "string", "permissionNames": [ "string" ], "createdTime": 0, "tenantId": "string" } ] }TypeScript Was this helpful?NextRole Management API OverviewNextSearch Roles POST