Skip to main content

Get Account

GET 

/v1/account/:account_id

Get account details by account ID, requires globalAdmin::, accountOrg:config:view, or account:config:view permissions for matching org

Request

Path Parameters

    account_id uuidrequired

    Account ID

Responses

Successful Response

Schema

    account_id uuidrequired

    Account id

    Auth0_account_Id Auth0 Account Id (string)

    Possible values: non-empty and <= 50 characters

    Auth0 user ID associated with this account

    account_email Account Email (string)

    Email address for this account

    global_admin Global Admin (boolean)

    Is this account a global admin

    description Description (string)

    Description for this account

Loading...