OTP Auth Profile

Enable or Disable OTP Auth for an Organization

OTP Auth detail

Implement One-Time Password authentication to enhance security by requiring a unique, temporary code for user verification using Get Tenant API

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
header Parameters
Accept
string
Example: application/json
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

get/unifed-auth-service/unifed/api/v1/organization/{tenant_id}/otpauth_profile/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}

Update OTP Auth Detail

Modify the settings and configuration of One-Time Password authentication for enhanced security and user management using Update Tenant API

SecuritybasicAuth or bearerAuth
Request
path Parameters
tenant_id
required
string

(Required)

Example: <string>
header Parameters
Content-Type
string
Example: application/json
Accept
string
Example: application/json
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

405

Method Not Allowed

patch/unifed-auth-service/unifed/api/v1/organization/{tenant_id}/otpauth_profile/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>",
  • "data": {
    }
}