Contains a record of all users who have been part of or have had activity in a digital workplace. Adding a user to a digital workplace or changing an existing user's last name or email address will add a row to this table.
URL
/odata/dUser
Attributes
| Name | Data Type | Description |
|---|---|---|
| first_name | Edm.String | A user's first name as found on their profile. |
| last_name | Edm.String | A user's last name as found on their profile. |
| source_system_id | Edm.Guid | A unique identifier for a user's account. |
| email_address | Edm.String |
A user's unique email address. If a user has entered a preferred email, this value will be that email rather than their account email. Both emails can be found in the member export. |
| row_active_date | Edm.DateTimeOffset | The date the user's account was created. |
| row_inactive_date | Edm.DateTimeOffset | The date the user's account was deactivated. A data of 9999-12-31 indicates that the account is still active. |
| has_image | Edm.Boolean | TRUE if a custom image has been uploaded to their profile. FALSE if no image has been uploaded to their profile. |
| community_key | Edm.Int32 | A unique identifier for a digital workplace. |