## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.mindbridge.ai/llms.txt)

Use this file to discover all available pages before exploring further.

An **account group** is an individual entry within an account grouping. The lowest-level category for each account group must be mapped to [MindBridge Account Classification (MAC) codes](https://support.mindbridge.ai/hc/en-us/articles/22819163288343-MindBridge-Account-Classification-code-system-MAC-v-2), and optionally, assigned account tags for further classification. Account groups can be updated as needed until the account grouping is published. Once published, existing account groups cannot be updated, but new account groups can be added to the account grouping using the `append` endpoint.

## Required Query Restrictions

When querying account groups, an `accountGroupingId` field and either an `$eq` or `$in` term must be included. Queries without these restrictions will fail.

### Queryable Fields
- `id` - `OBJECT_ID`
- `accountGroupingId` - `OBJECT_ID`
- `code` - `STRING`

### Permissions
- `api.account-groupings.read`
