v1
latestOpenAPI 3.0.32026-07-26134195287.9 KBAccess User Information
Set Entry Code for User
Given the user defined external ID or Verkada defined user ID (but not both), set the entry code for a user. Pin code value will be passed as a parameter in a json payload. Returns the updated Access Information Object.
put/access/v1/access_users/user/entry_code
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.
overrideboolean
The flag that states whether or not the client wants to apply the given entry code to the given user even if the entry code is already in use by another user. This will reset the other user's entry code.
Request body
Response
OK