v1
latestOpenAPI 3.0.12026-07-24501176.6 MBChange Identifier (Send OTP)
Sends a validation OTP to the registered mobile number/email id of the staff to change identifier.
Changing identifier involves two step -
- Send OTP to the new identifier (current API)
- Validate the OTP received to the new identifier (next API)
post/staff/changeidentifier/sendotp
Headers
X-CAP-API-AUTH-KEYstring required
Authentication key of the admin.
X-CAP-API-AUTH-ORG-IDstring required
ID of the org to associate with the staff user.
Request body
Response
200
Example response
{
"entity": 75025586,
"success": true
}