# Get Current User Retrieves the details of the currently authenticated user. Endpoint: GET /v1/user/current/ Version: 1.0.0 Security: tokenAuth ## Response 200 fields (application/json): - `id` (integer, required) - `username` (string, required) Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. - `firstName` (string, required) - `lastName` (string, required) - `uuid` (string) - `groups` (array, required) Enum: "ADM View Only", "ADM Planner", "ADM Flight Manager", "ADM Resource Configurator", "ADM Rules & Tags Configurator" ## Response 500 fields (application/json): - `detail` (string, required) ## Response 401 fields