Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents all of the unique identifying fields associated with a userUser. 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 userUser, but each user User need not be a resource.

Format


Panel
titlePwsUserRef
  • PwsUserRef
    • UserDisplayName: String
    • UserId: Int32
    • UserReferenceSystemId: String
    • UserUid: Int64

Elements


Element

Data Type

Description

Required?

Default

(on insert/update)

Description

Sample Data

UserDisplayName

String

 

 

User Display Name

Jack Spratt

UserId

Int32

 

 

A unique identifier for a User

ID

UserReferenceSystemID

UserReferenceSystemId

String

 

 

User Reference System ID / Employee ID 

E123

UserUid

Int64

 

User Unique Internal ID. For internal use only.

 

A unique and immutable Id for a User

1152921504607112369

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <UserDisplayName>Jack Spratt</UserDisplayName>
                     <UserId i:nil="true"/>
                     <UserReferenceSystemId>E123</UserReferenceSystemId>
                     <UserUid>1152921504607112369</UserUid>

...