Skip to main content
POST
Send Verification Code For Password Reset

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

sendVerificationCodeRequest

Send Verification Code Request Model

screenName
string

Screen Name

Example:

"12343123"

Response

Verification process feedback

status
boolean

The sending status of the SMS.

Example:

false

userId
integer<int64>

User ID to send SMS. (It just returns the forgot password request.)

Example:

20199

message
string

The sending message of the SMS.

Example:

"SMS sent. / SMS not sent."