Set Password for License User by Email

Sets the password for a single license user, if the requesting manager has access permissions.

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

Query parameters

Request body

Request body (JSON)
{
  "password": "pass123"
}

Success response

Code: 200 OK

Response body (JSON)
{
  "message": "Password set."
}

Was this helpful?