Provides a tibble of all BrandsEye accounts that are available to you. By default, this will show only active accounts.
account_list(includeInactive = FALSE, client = NULL)
includeInactive | Set to |
---|---|
client | Optional. A character vector of client codes to find the accounts for those clients only. |
A tibble of accounts available to you.
By default this returns only active accounts. You can use the
includeInactive
parameter to change this behaviour
The returned tibble can be passed to some other functions, such as account()
,
to return information from across all accounts available to you.