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
Example request
{
"accountName": "John Doe"
}Response
The account was updated.