PATCH
Update renter

Authorizations

Authorization
string
header
required

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

Path Parameters

renter_id
string<uuid>
required

Renter ID

Body

application/json

JSON payload used to update renter.

Request payload for update renter.

full_name
string | null

Full legal or display name for the person.

Required string length: 1 - 160
phone
string

Optional renter phone update. When supplied, it must be a Vietnam mobile number such as 0912345678 or +84912345678.

Maximum string length: 40
Pattern: ^(0[35789][0-9]{8}|\+84[35789][0-9]{8})$
email
string<email> | null

Email address associated with the user or renter.

identity_number
string | null

Government or landlord-recorded identity number for the renter.

Maximum string length: 80
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Updated renter

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.