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.
Attribute | Type | Description |
---|---|---|
String(Unique) | Email of access user. | |
employee_id | String | Employee Id of access user. |
full_name | String | Full name of access user. |
user_id | String(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"
}