Action
Properties
Name | Type | Description | Restrictions |
---|---|---|---|
dateTime | string(date-time) | When the action was performed | read-only |
user | User¦null | The user's ID, display name, and email address |
Example
{
"dateTime": "2019-10-30T15:03:27Z",
"user": {
"displayName": "string",
"email": "string",
"id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD"
}
}
User
Properties
Name | Type | Description | Restrictions |
---|---|---|---|
displayName | string | Display name of the user | read-only |
string | Email address of the user | read-only | |
firstName | string | First name of the user | read-only |
id | string | The unique identifier of the user | |
lastName | string | Last name of the user | read-only |
userName | string | Username of the user | read-only |
Example
{
"displayName": "string",
"email": "string",
"firstName": "string",
"id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD",
"lastName": "string",
"userName": "string"
}