LoggedInUser
Defines the properties of Logged in user object.
AllOf
Properties
The value of the access token
The list of CSP roles assigned to user
The ID Token is a signed JWT token returned from the authorization server and contains the user profile information, including the domain of the identity provider. This domain is used to obtain the identity provider URL. This token is used for optimization so the application can know the identity of the user, without having to make any additional network requests.
Indicates if isNewUIPreferred true or not
Defines the organization context which can be CSP ,MSP or NO_ORG.
Possible values are: MSP , CSP , NO_ORG
The list of permissions of the calling user
The roles version of the organization
The list of roles assigned to user
Indicates if showOptionForUISwitch true or not
Defines the list of user invitation orgs
The source of the user.
Possible values are: PARTNER_CONNECT , REGULAR
The value of the VUI access token
JSON Example
{
"accessToken": "string",
"accessible": false,
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"createTimestamp": 0,
"createdByUserId": "string",
"cspRoles": [
"string"
],
"domain": "string",
"email": "string",
"emailVerified": "string",
"eulaInfo": "string",
"firstName": "string",
"id": "string",
"idToken": "string",
"idpId": "string",
"internalId": "string",
"isFederated": false,
"isNewUIPreferred": false,
"lastName": "string",
"linkedUser": {
"accessible": false,
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"createTimestamp": 0,
"createdByUserId": "string",
"domain": "string",
"email": "string",
"emailVerified": "string",
"eulaInfo": "string",
"firstName": "string",
"id": "string",
"idpId": "string",
"internalId": "string",
"lastName": "string",
"password": "string",
"state": "string",
"tradeId": "string",
"updateTimestamp": 0,
"updatedByUserId": "string",
"username": "string",
"website": "string",
"workPhone": "string",
"zipcode": "string"
},
"org": {
"additionalMasterOrgIds": [
"string"
],
"addressLine1": "string",
"addressLine2": "string",
"adminUserEmail": "string",
"adminUserName": "string",
"aggregateContractIds": [
"string"
],
"alternatePrimaryContact": {
"email": "string",
"username": "string"
},
"childOrgIds": [
"string"
],
"city": "string",
"companyName": "string",
"configStatus": {
"configResults": [
{
"message": "string",
"state": "PAYMENT_METHOD_CONFIG_ERROR"
}
],
"configState": "SUCCESS",
"createTimestamp": 0,
"updateTimestamp": 0
},
"country": "string",
"createTimestamp": 0,
"createdByUserId": "string",
"description": "string",
"displayName": "string",
"domain": "string",
"id": "string",
"isFederated": false,
"metaData": {
"key": "string"
},
"name": "string",
"natures": "ALL_NATURE",
"optOut": false,
"orgType": "OPERATOR",
"parentOrgId": "string",
"partnerTypes": "PARTNER",
"primaryContact": {
"email": "string",
"username": "string"
},
"providerStatus": "TRIAL",
"providerType": "STANDARD",
"realm": "CPHUB",
"seller": "VMWARE",
"spPrmId": "string",
"state": "string",
"status": "ACTIVE",
"tag": "string",
"tenantType": "INTENRAL",
"updateTimestamp": 0,
"updatedByUserId": "string",
"zip": "string"
},
"orgContext": "string",
"orgContextType": "MSP",
"password": "string",
"permissions": [
"string"
],
"roleVersion": "string",
"roles": [
"string"
],
"showOptionForUISwitch": false,
"state": "string",
"tradeId": "string",
"updateTimestamp": 0,
"updatedByUserId": "string",
"userInvitationOrgs": [
"string"
],
"userLevel": "OPERATOR",
"userSource": "PARTNER_CONNECT",
"username": "string",
"vuiAccessToken": "string",
"website": "string",
"workPhone": "string",
"zipcode": "string"
}
Returned By
Get Logged In User