Skip to main content
POST
Change a User Password

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Query Parameters

organisationId
string

Body

application/json
email
string
required

The email of the user

oldPassword
string
required

The current (old) password of the user

newPassword
string
required

The new password the user wants to use

Response

The password was successfully changed.

Last modified on July 23, 2026