Cloud APIs
...
Data Types (2020/10)
Custom Data Types (2020/10)

User Entity (2020/10)

1min
all user entities are structured as follows entity id int int a unique identifier for the user person person person a single entity instance for a given customer (there can be only one person per network, but there can be 0 to an infinite number of users) this is a complex entity with its own set of properties (see person entity (2020/10) docid\ ad1cnhugxxwibzw9x8v2l ) @description string string the customer defined description of the user (for example, "network administrator") the maximum length of this string is 256 characters creationdate datetime datetime the date when the network was created see custom data types (2020/10) docid\ jzlv0iaplvf0 d hxat0h for more information about this data type lastmodifieddate datetime datetime the date when the network was last modified see custom data types (2020/10) docid\ jzlv0iaplvf0 d hxat0h for more information about this data type lastlogindate nullable\<datetime> nullable\<datetime> the last login date on the network, if available see custom data types (2020/10) docid\ jzlv0iaplvf0 d hxat0h for more information about this data type islockedout bool bool whether the user is locked out of the network false is the default value lastlockoutdate nullable\<datetime> nullable\<datetime> the last date on which the user was locked out, if applicable see custom data types (2020/10) docid\ jzlv0iaplvf0 d hxat0h for more information about this data type rolename string string the name of the role assigned to the user (for example, "administrators") permissions permission\[] permission\[] a list of permission object instances representing permissions rules assigned to the user