v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Access User Information

Set End Date for User

Given the user defined external ID or Verkada defined user ID (but not both), set the end date for an access users credentials to become invalid. After this time, all methods of access will be revoked. End date value will be passed as a parameter in a json payload. Returns the updated Access Information Object.

put/access/v1/access_users/user/end_date

Query parameters

user_idstring uuid

The unique identifier of the user managed by Verkada.

external_idstring

A unique identifier managed externally provided by the customer.

emailstring

The email address of the user.

employee_idstring

The organization-defined employee ID of the user.

Request body

end_datestring required

The start time value of the time range controlling when a users credentials are active. Formatted as a Unix timestamp in seconds.

Response

OK

ble_unlockboolean

The permission state of a user's ability to perform a Bluetooth Unlock. Format is a boolean True or False. Default is False.

end_datestring

The end time value of the time range controlling when a users credentials are active. Formatted as a Unix timestamp in seconds. Default is Null.

entry_codestring

The access pin code used for keypad readers alone or in 2FA mode. Formatted as a string of digits between 4 and 16 in length. Must be unique within the organization.

external_idstring

A unique identifier managed externally provided by the customer.

has_profile_photoboolean

A flag that states whether or not the user has a profile photo.

profile_photo_last_updatedstring date-time

The timestamp when the user's profile photo was last updated.

remote_unlockboolean

The permission state of a user's ability to perform a Remote Unlock. Format is a boolean True or False. Default is False.

start_datestring

The start time value of the time range controlling when a users credentials are active. Formatted as a Unix timestamp in seconds. Default is Null.

user_idstring uuid

The unique identifier of the user managed by Verkada.