accounts
Creates, updates, deletes, gets or lists a accounts
resource.
Overview
Name | accounts |
Type | Resource |
Id | digitalocean.account.accounts |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | `` |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
account_get | SELECT |
| To show information about the current user account, send a GET request to /v2/account . |
SELECT
examples
To show information about the current user account, send a GET request to /v2/account
.
SELECT
column_anon
FROM digitalocean.account.accounts
;