PATCH
Update tenant account

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_update_me.

Request payload for tenant update me.

display_name
string | null

Human-readable display name.

Required string length: 1 - 160
phone
string | null

Phone number associated with the renter or user.

Maximum string length: 40
locale
string | null

locale value for tenant update me request.

Required string length: 2 - 16
timezone
string | null

timezone value for tenant update me request.

Required string length: 1 - 64

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.