UserOrgInfo

UserOrgInfo
UserOrgInfo

The organization, service and custom roles of the user.

JSON Example
{
    "displayName": "string",
    "name": "string",
    "servicesDef": [
        {
            "serviceDisplayName": "string",
            "serviceName": "string",
            "serviceRoles": [
                "string"
            ],
            "refLink": "string",
            "roles": [
                {
                    "createdBy": "string",
                    "lastUpdatedBy": "string",
                    "name": "string",
                    "lastUpdatedDate": "string",
                    "expiresAt": 3609941597,
                    "membershipType": "string",
                    "resource": "string",
                    "createdDate": "string"
                }
            ]
        }
    ],
    "customRoles": [
        {
            "createdBy": "string",
            "lastUpdatedBy": "string",
            "name": "string",
            "lastUpdatedDate": "string",
            "expiresAt": 3609941597,
            "membershipType": "string",
            "resource": "string",
            "createdDate": "string"
        }
    ],
    "orgRoles": [
        {
            "displayName": "string",
            "name": "string",
            "expiresAt": 0,
            "organizationLink": "string",
            "visible": false,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "createdDate": "string",
            "createdBy": "string",
            "resource": "string"
        }
    ]
}
string
displayName
Optional

The display name of the organization.

string
name
Optional

Name or short unique identifier.

array of ServiceDef
servicesDef
Optional

The definitions of the service roles.

customRoles
Optional

List of custom role objects.

array of RoleDto
orgRoles
Optional

List of organization role objects.

Property Of