Generate OTP
This operation generates otp for the user and send it to email.
Query Parameters
- dM2ClientType string required
Possible values: [
AdminConsole]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
response object
errorMessage stringerrorCode integer
{
"response": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"response": {
"errorString": "Two-Factor Authentication is enabled on this CommServe. Please check your email for details to login.",
"errorCode": 1133
}
}
Loading...