API Reference

Additional Objects

Action

Properties

NameTypeDescriptionRestrictions
dateTimestring(date-time)When the action was performedread-only
userUser¦nullThe user's ID, display name, and email address

Example

{
  "dateTime": "2019-10-30T15:03:27Z",
  "user": {
    "displayName": "string",
    "email": "string",
    "id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD"
  }
}

User

Properties

NameTypeDescriptionRestrictions
displayNamestringDisplay name of the userread-only
emailstringEmail address of the userread-only
firstNamestringFirst name of the userread-only
idstringThe unique identifier of the user
lastNamestringLast name of the userread-only
userNamestringUsername of the userread-only

Example

{
  "displayName": "string",
  "email": "string",
  "firstName": "string",
  "id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD",
  "lastName": "string",
  "userName": "string"
}