Account Owner, Account Administrators, Department Administrators, or custom roles.
Department Administrators and users with a custom role can add users only to the departments they manage and their sub-departments.
| Authorization (required) | Access token. You can obtain a token by making a request |
| Parameter | Description |
|---|---|
| user_id (required) | The ID of the user whose password you would like to change |
| password (required) | The new password |
Password complexity rules can be set up in the Settings section
Possible Response Codes
| 200 | Successful operation | The password has been changed |
| 400 | Bad Request | A request error |
| 401 | Unauthorized | An authorization error |
| 403 | Permission Denied | The user doesn't have enough permissions to update another users' passwords, For instance, Department Administrators can't change passwords of users belonging to a department they don't manage |
|
|