PATCH
Update current user

Authorizations

Authorization
string
header
required

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

Body

application/json

JSON payload used to update current user.

Request payload for update me.

display_name
string | null

Human-readable display name.

Maximum string length: 100
email
string<email> | null

Email address associated with the user or renter.

Response

Updated user and active organization

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.