> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# search_team_config

> Members, tags, custom fields, pipelines, ponds, vendors, organization info, lead routing and system logs.

<Info>**READ** · 18 operations · never changes data</Info>

Everything the team and organization are configured with. The `kind` values mirror the five sections of the Lofty back office, so a kind name tells you which screen it corresponds to.

```js theme={null}
search_team_config({ kind, lead_id?, account?, pond_id?, routing_type? })
```

| Section      | `kind` values                                                                                                                                                       |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Members      | `members.me` · `members.list` · `members.find`                                                                                                                      |
| Settings     | `settings.tags` · `settings.custom_fields` · `settings.lead_pipelines` · `settings.transaction_pipelines` · `settings.ponds` · `settings.pond` · `settings.vendors` |
| Organization | `organization.info` · `organization.permission_profiles`                                                                                                            |
| Lead routing | `lead_routing.rules` · `lead_routing.default_rule` · `lead_routing.roles` · `lead_routing.assignable_members`                                                       |
| Other        | `system_logs`                                                                                                                                                       |

<Note>
  `GET /v1.0/users/{userId}` is deprecated upstream and isn't exposed under any kind — use `members.find` (by account email) instead.
</Note>
