BrightSignNetwork (BSN) Main A...
...
Data Types (2017/01)
Custom Data Types (2017/01)
User Entity (2017/01)
1min
all user entities are structured as follows entity id int a unique identifier for the user 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 (2017/01) docid 6vgk0 je3ozujtoa6ukpt ) description string the customer defined description of the user (for example, "network administrator") creationdate datetime the date when the network was created see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type lastmodifieddate datetime the date when the network was last modified see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type lastlogindate nullable\<datetime> the last login date on the network, if available see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type islockedout bool whether the user is locked out of the network false is the default value lastlockoutdate nullable\<datetime> the last date on which the user was locked out, if applicable see custom data types (2017/01) docid\ sud7se2ivz 6ghzilenij for more information about this data type rolename string the name of the role assigned to the user (for example, "administrators") permissions list\<permission> a list of permission object instances representing permissions rules assigned to the user