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 resource.
Format
PwsUserSummary
- PwsUserSummary
- UserDisplayName: String
- UserId: Int32
- UserReferenceSystemId: String
- UserUid: Int64
- EmailAddress: String
- FirstName: String
- LastName: String
- MiddleName: String
Element
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
UserDisplayName | String | The User Display Name is a unique identifier for a User. | |||
UserId | Int32 | The User Id is a unique identifier for a User. For internal use only. | |||
UserReferenceSystemId | String | ||||
UserUid | Int64 | ||||
EmailAddress | String | ||||
FirstName | String | ||||
LastName | String | ||||
MiddleName | String |
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|---|---|---|---|
UserDisplayName | String | User Display Name | Jack Spratt | |
UserId | Int32 | User ID | ||
UserReferenceSystemID | String | User Reference System ID / Employee ID | E123 | |
UserUid | Int64 | User Unique Internal ID. For internal use only. | 1152921504607112369 | |
EmailAddress | String | User Email Address | jack@revcorp.bb | |
FirstName | String | The user's first name | Jack | |
LastName | String | The user's last name | Spratt | |
MiddleName | String | The user's middle name | E |