Users

Fetch user OTP secret

Organization users will be able to access this endpoint only if their organization has sso flow disabled.

Requires additional Basic authorization. Check Authentication section for the details.

post/user/2fa/otp_secret

Response

OK

otp_secretstring

The OTP secret.

uristring uri

The OTP provisioning url. Used as a source for QR code.

Example response

{
  "uri": "otpauth://totp/Kisi:example.com?secret=otp_secret&issuer=Kisi"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.