---
title: "Get current user info"
method: GET
path: "/api/v3/user"
tags: ["User"]
---

# Get current user info

`GET /api/v3/user`

Get profile information for the currently logged-in user

## Response `200`

User information

- User — User profile information from User.infoJSONObject()
  - `id` string, uuid
  - `username` string
  - `fullName` string
  - `emailAddress` string
  - `affiliation` string
  - `profilePhotoUUID` string, uuid
  - `isAdmin` boolean
  - `organizations` object[]

## Other responses

- `401` — Authentication required or invalid session

---

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