Cloud APIs
...
Data Types (2022/06)
Custom Data Types (2022/06)
Role Entity (2022/06)
1min
all role entities are structured as follows entity id int int read only read only the unique identifier for the role instance iscustom bool bool read write read write whether or not the role is custom name string string read write read write the name associated with the role instance (for example, "custom administrators") the maximum length of this string is 50 characters description string string read write read write the customer defined description of the role the maximum length of this string is 256 characters creationdate datetime datetime read only read only the date that the role was created see custom data types (2022/06) docid\ dx1c8usfkxpwntprb9f t for more information about this data type usercount ushort ushort read only read only the number of users for the role instance users userinfo\[] userinfo\[] read only read only an array of the following information for each user assigned to the role instance login string string read only read only the login information for the user permissions permission\[] permission\[] read write read write a list of permission object instances representing permissions rules assigned to the user