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

OrganizationRolesResponse

Defines the properties of the organization roles response.


Properties

array of RoleDto
orgRolesData Optional

The details of the organization roles.


array of string
refLinks Optional

The list of links of references.

JSON Example

{
	"orgRolesData": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"displayName": "string",
			"expiresAt": 0,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"name": "string",
			"organizationLink": "string",
			"resource": "string",
			"visible": false
		}
	],
	"refLinks": [
		"string"
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Organization Roles By Organization ID

Feedback

Was this page helpful?