# Account Groups

All account groups related paths

 - [GET /users/{user_id}/account_groups](https://docs.upvest.co/api/account-groups/list_user_account_groups.md): Lists the account groups of a user specified by ID.
 - [GET /account_groups/{account_group_id}](https://docs.upvest.co/api/account-groups/retrieve_account_group.md): Returns the account group specified by its ID, including its type, status, and securities account number.
 - [DELETE /account_groups/{account_group_id}](https://docs.upvest.co/api/account-groups/account_group_closure.md): Initiates the closure of the account group specified by its ID. Closure is a two-step process: the account group status changes to `CLOSING`, and once all preconditions are met it transitions to `CLOS
 - [GET /account_groups](https://docs.upvest.co/api/account-groups/list_account_groups.md): Returns a paginated list of account groups. Use the `offset` and `limit` query parameters to page through results; `meta.total_count` gives the total number of matching account groups. Both user and b
 - [POST /account_groups](https://docs.upvest.co/api/account-groups/create_account_group.md): Creates an account group for a user or a business. An account group aggregates the accounts within it for tax calculation and regulatory reporting purposes and holds positions in the form of cash; the
 - [GET /businesses/{business_id}/account_groups](https://docs.upvest.co/api/account-groups/list_business_account_groups.md): Lists the account groups of a business specified by ID.
 - [POST Account Group events](https://docs.upvest.co/api/account-groups/account_group_event.md): Notifies subscribers of account group lifecycle events. Triggered when an account group is created, activated, updated, locked, closed, or has its closure initiated. See the Account webhooks guide ([T
