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

UserCustomRolesResponse

The response body of the user custom roles assignments.


Properties

customRoles Optional

List of custom role objects.

JSON Example

{
	"customRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get User Custom Roles By User ID And Organization ID

Feedback

Was this page helpful?