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