[{"label":"Latest (v1.0)","version":"latest"}]
csp
Get Custom Roles
DescriptionGet all custom roles in an organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Member | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Request
URLURL
https://{api_host}/csp/gateway/iam-roles-mgmt/api/orgs/{orgId}/custom-roles
Path Parameters
Path Parameters
string
orgId
Required
orgId
Parameter Serialization Style:
simple Explode:false
Query Parameters
Query Parameters
string
locale
Optional
Parameter Serialization Style:
form Explode:true
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
ResultsDtoCustomRoleDto
of type application/json
{
"results": [
{
"createdBy": "string",
"description": "string",
"displayName": "string",
"lastModifiedBy": "string",
"name": "string",
"permissions": [
"string"
]
}
]
}
Errors
Code Samples
Code Samples
cURL Command
curl https://{api_host}/csp/gateway/iam-roles-mgmt/api/orgs/{orgId}/custom-roles
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-required-roles: org_owner,org_member
x-slo-tier: TIER2
[{"label":"Latest (v1.0)","version":"latest"}]
csp
On This Page
Custom Roles Operations
post
delete
get
get
patch