Skip to main content

Validate MFA authentication code (EMAIL or TOTP)


ApiScope: manage.user.write
API Scope Level: ServiceSubscriberScope
Path Parameters
    userUuid string required
Request Body required
    token string
    mfaType string
Responses

OK


Schema
    isAuthorized boolean
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
Loading...