Skip to main content

Update Account

PUT 

/v1/account/:account_identifier

Update an account by account ID, requires globalAdmin:: permissions

Request

Path Parameters

    account_identifier anyrequired

    Account ID

Body

required

    name Name (string)

    Name for this account

    nickname Nickname (string)

    Nickname for this account

Responses

Successful Response

Schema

    name Name (string)

    Name for this account

    nickname Nickname (string)

    Nickname for this account

Loading...