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

UserOrgInfo

The organization, service and custom roles of the user.


Properties

customRoles Optional

List of custom role objects.


string
displayName Optional

The display name of the organization.


string
name Optional

Name or short unique identifier.


array of RoleDto
orgRoles Optional

List of organization role objects.


array of ServiceDef
servicesDef Optional

The definitions of the service roles.

JSON Example

{
	"customRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	],
	"displayName": "string",
	"name": "string",
	"orgRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"displayName": "string",
			"expiresAt": 0,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"name": "string",
			"organizationLink": "string",
			"resource": "string",
			"visible": false
		}
	],
	"servicesDef": [
		{
			"refLink": "string",
			"roles": [
				{
					"createdBy": "string",
					"createdDate": "string",
					"expiresAt": 3609941597,
					"lastUpdatedBy": "string",
					"lastUpdatedDate": "string",
					"membershipType": "DIRECT",
					"name": "string",
					"resource": "string"
				}
			],
			"serviceDisplayName": "string",
			"serviceName": "string",
			"serviceRoles": [
				"string"
			]
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

UserInfoDto

Feedback

Was this page helpful?