All Access User Object

This Object is returned in a list when getting all Access User Objects. It will mostly be used during the transition to the API for current customers whose Access Users do not have an external_id yet.

AttributeTypeDescription
emailString(Unique)Email of access user.
employee_idStringEmployee Id of access user.
full_nameStringFull name of access user.
user_idString(Unique)Verkada created user_id.

Sample All Access User Object

{
  "email": "[email protected]",
  "employee_id": "123456",
  "full_name": "John Smith",
  "user_id": "01f97087-de4a-4c8f-9431-c6a6fc8ff003"
}