Skip to main content

Create and send user token

POST 

/mfa/token/send

This API send token request.

Request

Body

required
    userAlias stringrequired

    User alias from table spt_identity field named 'name'

    deliveryType stringrequired

    Possible values: [SMS_PERSONAL, VOICE_PERSONAL, SMS_WORK, VOICE_WORK, EMAIL_WORK, EMAIL_PERSONAL]

    Token delivery type

Responses

Token send status.

Schema
    requestId stringnullable

    The token request ID

    status string

    Possible values: [SUCCESS, FAILED]

    Status of sending token

    errorMessage stringnullable

    Error messages from token send request

Loading...