Set Password for License User by Email

URL : /api/v1/license-users/set_password/

Method : POST

Query parameters

Data example

{
    "password": "pass123"
}

Success Response

Code : 200 OK

Content examples :

{
    "message": "Password set."
}

Last updated

Was this helpful?