Set Password for License User

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

circle-info

Only managers with appropriate access permissions can perform this action.

Endpoint

  • URL: /api/v1/license-users/{id}/set_password/

  • Method: POST

Request body example:

Request body
{
    "password": "pass123"
}

Success response:

  • Code: 200 OK

Response body
{
    "message": "Password set."
}

Was this helpful?