PwsUserSummaryDetail
Overview
This structure includes 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
- PwsUserSummaryDetail
- UserDisplayName: String (30)
- UserId: Int32
- UserReferenceSystemId: String (20)
- UserUid: Int64
- EmailAddress: String (100)
- FirstName: String (20)
- LastName: String (20)
- MiddleName: String (20)
- ClientIdentity: PwsClientRef
- PrimaryUserTypeCostCenter: PwsUserTypeCostCenter
Elements
Element | Data Type | Required | Description | Sample Data |
---|---|---|---|---|
UserDisplayName | String (30) | On Insert: Yes On Update: One of UserDisplayName, UserReferenceSystemId, UserUid or EmailAddress is required | The user's display name. | IT Manager |
UserId | Int32 | No | The user Id is a unique identifier for a user. For internal use only. | |
UserReferenceSystemId | String (20) | On Insert: No On Update: See UserDisplayName | The user reference system id / employee id is a unique identifier for a user. | IT Manager |
UserUid | Int64 | On Insert: No On Update: See UserDisplayName | A unique and immutable identifier for a user. | 1152921504607134339 |
EmailAddress | String (100) | On Insert: Yes On Update: No | The user's email address. | it_manager@revcorp.bb |
FirstName | String (20) | On Insert: Yes On Update: No | The user's first name. | IT |
LastName | String (20) | On Insert: Yes On Update: No | The user's last name. | Manager |
MiddleName | String (20) | On Insert: No On Update: No | The user's middle name. | |
ClientIdentity | On Insert: No On Update: No | If the user is a client, this identifies the client that the user is associated with. | ||
PrimaryUserTypeCostCenter | On Insert: Yes On Update: No | The user's primary user type. |