Forget Password (Auth Request)

User authentication request by a given user info for modifying password.

POST /api/forget-password

Request with Body

Properties
Type
Required

email

string(~255)

X (when alias is not null)

alias

string(~64)

X (when email is not null)

password

string

O

Response

Responds the UUID for the next user authentication step when successfully completed.

c7a176f8-066f-44a5-ab2f-78f642d899c8

Last updated

Was this helpful?