Skip to main content

Get Account Expand

GET 

/v1/account_expand/:account_identifier

Get expanded account details by account ID, requires globalAdmin:: permissions

Request

Path Parameters

    account_identifier anyrequired

    Account ID

Responses

Successful Response

Schema

    avatar Avatar (string)

    Avatar for this account

    name Name (string)required

    Name for this account

    nickname Nickname (string)required

    Nickname for this account

    account_email Account Email (string)required

    Email address for this account

    account_id uuidrequired

    Account id

    last_ip Last Ip (string)

    Last IP address for this account login

    last_login Last Login (string)

    Last login time for this account

Loading...