POST
Change tenant password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON request payload for tenant_change_password.

Request payload for tenant change password.

current_password
string
required

current password value for tenant change password request.

Required string length: 1 - 1024
new_password
string
required

new password value for tenant change password request.

Required string length: 8 - 1024

Response

Tenant API operation succeeded

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.