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