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

# List Tenants

List all tenants (organizations) the user has access to.

## Success Response (200)

<ResponseExample>
  ```json theme={null}
  {
    "count": 1,
    "results": [
      {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "name": "My Organization",
        "subdomain": "myorg",
        "business_name": "My Business",
        "business_type": "General",
        "email": "admin@example.com",
        "phone_number": "+255614853618",
        "is_active": true,
        "created_at": "2025-11-01T10:00:00Z"
      }
    ]
  }
  ```
</ResponseExample>
