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

UserInfoDto

The user and assigned organization, service and custom roles roles info.


Properties

user Optional

Definition of an user with account and personal information.


array of UserOrgInfo
userOrgInfo Optional

The organization, service and custom roles of the user.

JSON Example

{
	"user": {
		"acct": "string",
		"address": "string",
		"city": "string",
		"company": "string",
		"country": "string",
		"countryCode": "string",
		"countryName": "string",
		"customerNumber": "string",
		"email": "string",
		"emailVerified": false,
		"eulaInfo": "string",
		"firstName": "string",
		"lastName": "string",
		"password": "string",
		"refLink": "string",
		"state": "string",
		"stateCode": "string",
		"stateName": "string",
		"tnc": false,
		"tradeId": "string",
		"userId": "string",
		"userProfile": {
			"alternativeEmail": "string",
			"customerNumber": "string",
			"defaultOrgId": "string",
			"isFederated": false,
			"language": "string",
			"linkedUserIdAccount": "string",
			"locale": "string"
		},
		"username": "string",
		"website": "string",
		"workPhone": "string",
		"zipcode": "string"
	},
	"userOrgInfo": [
		{
			"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
Returned By

Get Logged In User Info
Get User Info By User ID And Organization ID

Feedback

Was this page helpful?