v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Accounts

Update account configuration

This endpoint changes the name associated with an account. You will need to enable PERM_BUSINESS_PUT_ACCOUNT to use this endpoint.

put/v2/accounts/{ican}

Path parameters

icanstring required

The unique id for the account

Example:12345

Request body

accountNamestring

This is the name the account will be updated to.

Example request

{
  "accountName": "John Doe"
}

Response

The account was updated.