[{"label":"Latest (v1.0)","version":"latest"}]
csp

Get Custom Roles

Description

Get all custom roles in an organization.

Access Policy

Role User Accounts Service Accounts (Client Credentials Applications)
Organization Member ✔️ ✔️
Organization Admin ✔️ ✔️
Organization Owner ✔️ ✔️

Request

Request

URL

URL


get
https://{api_host}/csp/gateway/iam-roles-mgmt/api/orgs/{orgId}/custom-roles
Copy

Path Parameters

Path Parameters

string
orgId Required

orgId

Parameter Serialization Style: simple Explode:false

Query Parameters

Query Parameters

string
locale Optional

Locale for which the role description should be translated

Parameter Serialization Style: form Explode:true

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ResultsDtoCustomRoleDto of type application/json
{
	"results": [
		{
			"createdBy": "string",
			"description": "string",
			"displayName": "string",
			"lastModifiedBy": "string",
			"name": "string",
			"permissions": [
				"string"
			]
		}
	]
}
array of CustomRoleDto
results Optional

The results of the operation

Errors

Errors

CspErrorResponse
400

Invalid request body


CspErrorResponse
401

Unauthorized


CspErrorResponse
403

Forbidden


CspErrorResponse
404

Not Found


CspErrorResponse
429

The user has sent too many requests


CspErrorResponse
500

An unexpected error has occurred while processing the request

Code Samples

Code Samples

cURL Command

curl https://{api_host}/csp/gateway/iam-roles-mgmt/api/orgs/{orgId}/custom-roles
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-required-roles: org_admin,org_owner,org_member
x-slo-tier: TIER2


Feedback

Was this page helpful?