Skip to main content

Get account

GET 

/account/me

Gets information about the current cloud account.

Request

Responses

OK

Schema

    code int32

    The response code.

    data

    object

    The cloud account information.

    createTimestamp int64

    The creation timestamp of the account.

    domain string

    The domain name assigned to the main account.

    email string

    The email used by the cloud account.

    id string

    The ID of the cloud account.

    isRoot boolean

    Whether the cloud account is a main account.

    roleId string

    The ID of the role to which the cloud account is assigned.

    rootAccountId string

    The ID of the main account.

    status string

    Possible values: [INACTIVE, ACTIVATED, DISABLED]

    The cloud account status.

    msg string

    The response message.

Loading...