Skip to main content

Get Account By Email

GET 

/v1/account/email/:account_email

Get account details by account email, requires globalAdmin:: permissions

Request

Path Parameters

    account_email Account Emailrequired

    Possible values: non-empty

    Account Email

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...