Change user password
POST /user/password
POST
/user/password
Change the user’s password. The user must be authenticated with elevated permissions or provide a valid password reset ticket.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”New password and optional password reset ticket for authentication
object
newPassword
required
A password of minimum 3 characters
string
Example
Str0ngPassw#ord-94|% ticket
Ticket to reset the password, required if the user is not authenticated
string
Responses
Section titled “ Responses ”Password changed successfully
string
default
Section titled “default ”An error occurred while processing the request
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string