Change Learning User Password

Set a new password for a user of the learning platform.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Path parameters

organization_slugstringRequired
learning_user_idintegerRequired

Headers

Secret-AccessstringRequired

Request

This endpoint expects an object.
passwordstringRequired>=6 characters
confirm_passwordstringRequired>=6 characters
force_change_passwordbooleanOptionalDefaults to false
If true, the user will be required to change their password on their next login.

Response

Successful Response
messagestring

Errors

400
Bad Request Error
422
Unprocessable Entity Error