list_groups
List real estate CRM groups by type (Agent or Lender) with optional sorting by id or name and custom query filters.
Instructions
List groups. (GET /groups)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sorts results based on the provided field name. Prepending the field with a minus sign (-) sorts the results in descending order. | |
| type | No | `Agent` groups allow admins and agents and `Lender` groups allow lender role users. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |