Set Password for License User by Email
Last updated
Was this helpful?
URL : /api/v1/license-users/set_password/
Method : POST
email - User's email address.
Example: [email protected]
{
"password": "pass123"
}Code : 200 OK
Content examples :
{
"message": "Password set."
}Last updated
Was this helpful?
Was this helpful?