---
title: "account"
method: GET
path: "/user/account"
tags: ["v1alpha/user"]
---

# account

`GET /user/account`

Get information about the account associated with the provided API key

## Headers

- `Authorization` string, required

## 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: The provided API key is not valid

---

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