/
Role Entity (2017/01)

Role Entity (2017/01)

All role entities are structured as follows:

entity:

Id int: The unique identifier for the role instance

IsCustom boolWhether or not the role is custom

Name string: The name associated with the role instance (for example, "Custom Administrators")

Description stringThe customer-defined description of the role

CreationDate DateTimeThe 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













Related content

WebPage Entity (2017/01)
WebPage Entity (2017/01)
Read with this
Role Entity (2020/10)
Role Entity (2020/10)
More like this
Role Entity (2022/06)
Role Entity (2022/06)
More like this
User Entity (2017/01)
User Entity (2017/01)
More like this
User Entity (2020/10)
User Entity (2020/10)
More like this
Permission Entity (2017/01)
Permission Entity (2017/01)
More like this