Skip to main content

accounts

Creates, updates, deletes, gets or lists a accounts resource.

Overview

Nameaccounts
TypeResource
Iddigitalocean.account.accounts

Fields

NameDatatypeDescription
column_anon``

Methods

NameAccessible byRequired ParamsDescription
account_getSELECTTo 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
;