...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
UserDisplayName | String (90) | On Insert: Yes On Update: Yes (if the UserReferenceSystemId or UserUid is not supplied) | The user display name is a unique identifier for a user | Betty Smith | |
UserId | Int32 | On Insert: No On Update: No | The user Id is a unique identifier for a user. For internal use only. | ||
UserReferenceSystemId | String (20) | On Insert: Yes On Update: Yes (if the UserDisplayName or UserUid is not supplied) | The user reference system Id / employee Id is a unique identifier for a user | Partner - 01 | |
UserUid | Int64 | On Insert: Yes On Update: Yes (if the UserDisplayName or UserReferenceSystemId is not supplied) | The user Uid is a A unique and immutable identifier for a user | 1152921504607011056 |
...