OrgRole

OrgRole
OrgRole
JSON Example
{
    "id": "string",
    "name": "string",
    "membershipType": "string",
    "expiresAt": "string",
    "displayName": "string",
    "orgId": "string"
}
string
id
Optional

The identifier of the role.

string
name
Optional

The name of the role.

string
membershipType
Optional

Membership type of the member in the organization. DIRECT: if the member roles were assigned directly. GROUP: if the member roles were assigned through enterprise group.

Possible values are : DIRECT, GROUP,
string As date-time As date-time
expiresAt
Optional

The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC). The property is ignored by the identity service.

string
displayName
Optional

The organization role display name.

string
orgId
Optional

The organization id in which the role is assigned.