OpenAPI 3.1.02026-08-163864115.7 MB

c363cb2feb95

Users

Retrieve

Retrieves the authenticated user's settings document. Addressed only as me — the document always belongs to the session user.

get/users/me/preferences

Response

preferences retrieved

bounty_worker_onboarding_dismissedboolean required

Whether the user has dismissed the first-time bounty worker onboarding. Set to false to show it again.

investigation_enabledboolean required

Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.

Example response

{
  "investigation_enabled": true
}