users
Get the current user (v2)
Retrieve the authenticated user. Supports include (related records like mobile_settings, workflow_settings) and fresh (skip cache). Returns the canonical /v2 envelope { data: { user } }.
get/v2/users/me
Query parameters
includestring[]
Related records to include (e.g. mobile_settings, workflow_settings)
freshboolean
Skip the cache and fetch the latest data from the database
Response
Successful response