---
title: "Get User Information"
method: GET
path: "/v2/account"
tags: ["DigitalOcean-public.v2-new_Account"]
---

# Get User Information

`GET /v2/account`

To show information about the current user account, send a GET request to `/v2/account`.

## Response `200`

A JSON object keyed on account with an excerpt of the current user account data.

- object
  - `account` Account
    - `droplet_limit` integer, required — The total number of Droplets current user or team may have active at one time. <br><br>Requires `droplet:read` scope.
    - `floating_ip_limit` integer, required — The total number of Floating IPs the current user or team may have. <br><br>Requires `reserved_ip:read` scope.
    - `email` string, required — The email address used by the current user to register for DigitalOcean.
    - `name` string — The display name for the current user.
    - `uuid` string, required — The unique universal identifier for the current user.
    - `email_verified` boolean, required — If true, the user has verified their account via email. False otherwise.
    - `status` 'active' | 'warning' | 'locked', required — This value is one of "active", "warning" or "locked".
    - `status_message` string, required — A human-readable message giving more details about the status of the account.
    - `team` object — When authorized in a team context, includes information about the current team.
      - `uuid` string — The unique universal identifier for the current team.
      - `name` string — The name for the current team.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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