Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

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 resource.

Element

Data Type

Description

Default (on insert/update)

Sample Data

UserDisplayNameStringUser Display Name
Jack Spratt
UserIdInt32User ID

UserReferenceSystemIDStringUser Reference System ID / Employee ID
E123
UserUidInt64User Unique Internal ID. For internal use only.
1152921504607112369


Usage Example(s)


Example 01
                     <UserDisplayName>Jack Spratt</UserDisplayName>
                     <UserId i:nil="true"/>
                     <UserReferenceSystemId>E123</UserReferenceSystemId>
                     <UserUid>1152921504607112369</UserUid>



  • No labels