Overview
This structure represents all of the unique identifying fields associated with a User. Users represent people who need to log into Projector for any reason, whether it be the Management Portal or Projector Web. Each resource within Projector is also a user, but each user need not be a resourceincludes basic information about a user. The information represented in this structure is not comprehensive and only includes certain key attributes of a user deemed to be useful in a listing of users.
Format
Panel | ||
---|---|---|
| ||
|
...
Elements
Element | Data Type | Required?Default | Description | Sample Data | |
---|---|---|---|---|---|
UserDisplayName | String (90) | The User Display Name One of UserDisplayName, UiserReferenceSystemId or UserUid is required | The user display name is a unique identifier for a Useruser. | Jack SprattBetty Smith | |
UserId | Int32 | On Insert: No On Update: No | The User user Id is a unique identifier for a Useruser. For internal use only. | ||
UserReferenceSystemId | String (20) | The User Reference System ID / Employee IDSee UserDisplayName | The user reference system Id / employee Id is a unique identifier for a Useruser. | E123Partner - 01 | |
UserUid | Int64The | User Uid is a See UserDisplayName | A unique and immutable identifier for a Useruser. | 11529215046071123691152921504607011056 | |
EmailAddress | String (100) | The User Email Address is a unique identifier for a User. | jack@revcorpOn Insert: Yes On Update: No | The user's email address. | betty@revcorp.bb |
FirstName | String (20) | On Insert: Yes On Update: No | The Useruser's First Name | Jackfirst name. | Betty |
LastName | String (20) | The User's Last Name | SprattOn Insert: Yes On Update: No | The user's last name. | Smith |
MiddleName | String (20) | The User's Middle NameOn Insert: Yes On Update: No | The user's middle name. | E |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:Manager> <UserDisplayName>Jack Spratt</ <b:UserDisplayName>Betty Smith</b:UserDisplayName> <UserId<b:UserId i:nil="true"/> <b:UserReferenceSystemId>Partner - <UserReferenceSystemId>E123<01</b:UserReferenceSystemId> <UserUid>1152921504607112369<<b:UserUid>1152921504607011056</b:UserUid> <EmailAddress>jack@revcorp<b:EmailAddress>betty@revcorp.bb</b:EmailAddress> <FirstName>Jack<<b:FirstName>Betty</b:FirstName> <LastName>Spratt<<b:LastName>Smith</b:LastName> <MiddleName<b:MiddleName i:nil="true"/> </b:Manager> |