Receive Managed Accounts

View as MarkdownOpen in Claude

EWrapper.managedAccounts (

accountsList: String. A comma-separated string with the managed account ids.

)

Returns a string of all available accounts for the logged in user. Occurs automatically on initial API client connection.

1def managedAccounts(self, accountsList: str):
2 print("Account list:", accountsList)