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

# Organizations

> Verify Group is multi-tenant. Every claim, participant, and KYC request is scoped to an organization identified by the X-Organization-ID header.

Every resource (claims, participants, KYC requests) belongs to an **organization**. Pass your UUID in every request:

```
X-Organization-ID: cfa70c25-1800-4748-97b0-ce675940a537
```

## Run KYC for your organization

```bash theme={null}
POST /api/v1/organizations/{id}/run-kyc
```

```json theme={null}
{"autoSync": true}
```

Automatically creates a business participant, runs `business_ubo` verification, and generates participant records for each director.
