set_business_account_name()¶
- Client.set_business_account_name()
Changes the first and last name of a managed business account.
Usable by Users Bots
- Parameters:
business_connection_id (
str) – Unique identifier of the business connection.first_name (
str) – New value of the first name; 1-64 characters.last_name (
str, optional) – New value of the last name; 0-64 characters.
- Returns:
bool– True on success.
Example
await app.set_business_account_name(connection_id, "New", "Name")