---
title: "Account details"
method: GET
path: "/v1/user/account"
tags: ["Version1.User"]
---

# Account details

`GET /v1/user/account`

Get information about the account associated with the provided API key

## Response `200`

OK response.

- AccountResponseBody
  - `email` string, email, required — The user's email
  - `id` string, required — The user's ID
  - `organizations` OrganizationMembership[], required — The user's organizations
    - `id` string, required
    - `is_default` boolean, required
    - `name` string, required
    - `role` string, required
  - `profile_picture` string, uri — The user's profile picture

## Other responses

- `401` — unauthorized: API key missing or invalid
- `500` — server_error: Some unexpected server error occurred

---

[API](https://skmtc.net/nod-ai/apis/stabilityai-rest-api.md) · [All operations](https://skmtc.net/nod-ai/apis/stabilityai-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nod-ai/stabilityai-rest-api/revisions/ea57a82c5c16/schema)
