Device ID parameter is required when verifying an authenticator OTP, but not needed for Email or SMS.
Required Scope: Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Device ID parameter is required when verifying an authenticator OTP, but not needed for Email or SMS.
Required Scope: Manage All.
| Parameter | Description |
|---|---|
| Device ID | The ID of the MFA device registered for the user. Required for Authenticator OTP. |
| OTP | The OTP code provided by the device or SMS message sent to the user. Valid length is 4-8192. |
| User ID | The ID of the user. |
{
"status": {
"type": "success",
"code": 200,
"message": "Success",
"error": false
}
}
Was this page helpful?