All role entities are structured as follows:
entity
:
Id
The unique identifier for the role instance
:int
IsCustom
Whether or not the role is custom
:bool
Name
The name associated with the role instance (for example, "Custom Administrators"). The maximum length of this string is 50 characters.
:string
Description
The customer-defined description of the role. The maximum length of this string is 256 characters.
:string
CreationDate
The date that the role was created. See DateTime for more information about this data type.
:DateTime
UserCount
The number of users for the role instance
:ushort
Users
An array of the following information for each user assigned to the role instance:UserInfo[]
:
: The login information for the userLogin
string
Permissions
A list of permission object instances representing permissions rules assigned to the user
:Permission[]