auth

Update Current User Profile

Update the authenticated user's profile (e.g., display name).

patch/api/v1/auth/me

Request body

display_namestring nullable

New display name (null to clear).

Response

Successful Response

idstring required

Unique user identifier.

emailstring required

User email address.

display_namestring nullable

User-chosen display name.

created_atstring required

ISO-8601 timestamp of account creation.

Changes

No recorded changes to this endpoint across all 1 revision of this API.