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
Documentation Index
Fetch the complete documentation index at: https://docs.xenia.team/llms.txt
Use this file to discover all available pages before exploring further.
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}$