Set Login PIN
Users
Set User Login Pin
Sets a secure PIN (4 to 6 digits) for a user in a workspace. Validates uniqueness and sends notifications upon success.
PUT
Set Login PIN
Authorizations
Client API key for authentication
Client secret for authentication
Path Parameters
ID of the workspace
ID of the user
Body
application/json
PIN to assign to the user (must be 4-6 digits)
Pattern:
^[0-9]{4,6}$