Change the caller's own password (self-service)
Tenant admins can never reset another member’s password; this changes only the caller’s own credential.
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
password
required
string
Examplegenerated
{ "password": "example"}Responses
Section titled “Responses”Changed
Media typeapplication/json
object
success
boolean
Invalid JSON / password too short
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Not authorized
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Change failed
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}