get_groups_round_robin
Retrieve groups with round-robin rotation data to manage lead assignment order. Filter by type (Agent/Lender) and sort by id or name.
Instructions
Lists groups and includes round-robin data. (GET /groups/roundRobin)
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. |