---
title: "Get current user account information"
method: GET
path: "/account"
tags: ["Account"]
---

# Get current user account information

`GET /account`

Retrieve the authenticated user's account information

## Response `200`

Account information retrieved successfully

- User
  - `id` integer — Unique user identifier
  - `email` string, email — User email address
  - `firstname` string — User first name
  - `lastname` string — User last name
  - `locale` string — User locale preference
  - `authenticationType` 'DATABASE' | 'GOOGLE_OAUTH2' | 'FACEBOOK_OAUTH2' | 'LDAP' — Authentication method used
  - `admin` boolean — Whether user has admin privileges
  - `allowSendEmail` boolean — Whether user allows email notifications
  - `creationDate` string, date-time — Account creation date
  - `suspended` boolean — Whether account is suspended
  - `active` boolean — Whether account is active

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/wisemapping/apis/wisemapping-api.md) · [All operations](https://skmtc.dev/wisemapping/apis/wisemapping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wisemapping/wisemapping-api/revisions/a5345a4ed9d0/schema)
