v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Access Credentials

Add MFA Code to User

Add a mfa code credential to a user given a specified user_id or external_id and org_id. MFA code object will be passed in the body of the request as a json. We require a string of 6 alphanumeric values. The MFA Code Object is returned.

post/access/v1/credentials/mfa_code

Query parameters

external_idstring

A unique identifier managed externally provided by the customer.

user_idstring uuid

The unique identifier of the user managed by Verkada.

Request body

codestring required

The unique mfa code identifying a mfa code credential for a user.

Response

OK

codestring required

The code corresponding to a user's MFA code credential.