Verify identifier code and set password
Authentication
Verify identifier code and set password
Validates verification code and completes first access flow by setting user password. This endpoint is used for initial user setup after admin-created accounts.
POST
Verify identifier code and set password
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Email or phone number
Example:
"user@company.com"
6-digit verification code
Example:
"123456"
New password. Must be at least 10 characters and include at least one number, one lowercase letter, one uppercase letter, and one special character.
Example:
"SecurePassword123!"

