v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Account

Get User Information

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

get/v2/account

Response

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

Example response

{
  "account": {
    "droplet_limit": 25,
    "floating_ip_limit": 5,
    "email": "sammy@digitalocean.com",
    "name": "Sammy the Shark",
    "uuid": "b6fr89dbf6d9156cace5f3c78dc9851d957381ef",
    "email_verified": true,
    "status": "active",
    "status_message": " ",
    "team": {
      "uuid": "5df3e3004a17e242b7c20ca6c9fc25b701a47ece",
      "name": "My Team"
    }
  }
}