$account.list

Lists all account ids.
Syntax
    $account{list}
    $account.list{}
DocumentationLists the id's of all accounts

    Returns:
      a whitespace separeted list of all id's of the accessible accounts for the requestor user.
Examples
How to get the names of all accounts:

    $//Get all account ids and use the forEach loop to get the account name for each id
    forEach{id}{$account{list}}
      {
      $//Get the name of the next account and store it in the variable name
      $set{name}{$account{getName}{$get{id}}

      ...
      }
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters0
Maximum parameters 0