Skip to main content
Update a user’s profile information. Providing a parameter will overwrite the existing value.

PATCH /users/:id

Path Parameters

Request Body

Response

Returns {"status": "success"} — no body beyond the status.

Errors

Example

Identifier

The id parameter accepts a UUID, alias, or me.

Permissions

Only the user themselves can update their profile. Requests targeting a different user return 403 Forbidden.
The alias field can only be set once. Attempting to change an existing alias returns an error.