UserOrgInfo

UserOrgInfo
UserOrgInfo

The organization, service and custom roles of the user.

JSON Example
{
    "customRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "expiresAt": 3609941597,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "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": "string",
                    "name": "string",
                    "resource": "string"
                }
            ],
            "serviceDisplayName": "string",
            "serviceName": "string",
            "serviceRoles": [
                "string"
            ]
        }
    ]
}
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.

Property Of