[{"label":"Latest (v1.0)","version":"latest"}]
csp
RoleDto
Defines the properties of the role.
Properties
string
name
Required
The name of the role.
string
organizationLink
Required
The link to the organization.
string
displayName
Optional
The organization role display name.
integer as int64
expiresAt
Optional
The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).
string
lastUpdatedBy
Optional
Last Updated time of the role.
string
lastUpdatedDate
Optional
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).
string
createdBy
Optional
The Creator of the role.
string
createdDate
Optional
The timestamp the role was created at (measured in number of seconds since 1/1/1970 UTC).
string
resource
Optional
The resource in which the role is scoped to. The resource will be embedded in the Access Token “perms” claim, as part of the role.
boolean
visible
Optional
Indicates if the role is visible.
JSON Example
{
"name": "string",
"organizationLink": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of
OrganizationRolesResponse
UserOrgInfo
Returned By
Get Logged In User Roles On Organization By Organization ID
Get User Organization Roles By User ID And Organization ID