Skip to main content

Get Account

GET 

/v2/account/:account_id

View account details.Requires accountOrg:config:view or account:config:view permissions and for user to share an org with the account

Request

Path Parameters

    account_id uuidrequired

    Account ID

Query Parameters

    expand Expand

    Include additional account details

Responses

Successful Response

Schema

    anyOf

    description Description (string)

    Description for this account

    org_id uuid

    Organization ID for this account

    account_id uuidrequired

    Account ID

    account_email email

    Email address for this account

    name Name (string)

    User name

    global_admin Global Admin (boolean)

    Is this account a global admin

    Auth0_account_Id Auth0 Account Id (string)

    Possible values: non-empty and <= 50 characters

    Auth0 user ID associated with this account

Loading...