GET /api/v1/user

Fetch the authenticated user’s own profile including the associated account object. The response merges user-level data with the public account representation.

Required Scopes

  • account:read

Request Body

None.

Responses

200

user available

Schema: user_output

user_output

Field Type Required Description
id integer yes
admin boolean yes
locale string yes
account account_output yes

401

unauthorized