Versions Compared

Key

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

...

This structure represents all of the unique identifying fields associated with a Useruser.  Users 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

Required?

Default

Description

Sample Data

UserDisplayName

StringThe User Display Name

On Insert: Yes

On Update: Yes (if UserReferenceSystemId and UserUid is not supplied)


The user display name is a unique identifier for a User.user

Jack Spratt

UserId

Int32The User

On Insert: No

On Update: No


The user Id is a unique identifier for a Useruser. For internal use only.


UserReferenceSystemId

StringThe User Reference System ID / Employee ID

On Insert: No

On Update: Yes (if UserDisplayName and UserUid is not supplied)


The user reference system Id / employee Id  is a unique identifier for a User.user

E123

UserUid

Int64

On Insert: No

The User On Update: Yes (if UserDisplayName and UserReferenceSystemId is not supplied)


The user Uid is a unique and immutable identifier for a User.user

1152921504607112369

EmailAddress

String

The User Email Address On Insert: Yes

On Update: No


The user email address is a unique identifier for a User.user

jack@revcorp.bb

FirstName

String

On Insert: Yes

On Update: No


The Useruser's First Namefirst name

Jack

LastName

StringThe User's Last Name

On Insert: Yes

On Update: No


The user's last name

Spratt

MiddleName

StringThe User's Middle Name

On Insert: Yes

On Update: No


The user's middle name

E

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <UserDisplayName>Jack Spratt</UserDisplayName>
                     <UserId i:nil="true"/>
                     <UserReferenceSystemId>E123</UserReferenceSystemId>
                     <UserUid>1152921504607112369</UserUid>
                     <EmailAddress>jack@revcorp.bb</EmailAddress>
                     <FirstName>Jack</FirstName>
                     <LastName>Spratt</LastName>
                     <MiddleName i:nil="true"/>