---
title: "Check User Organizations"
method: GET
path: "/api/check-user-organizations"
tags: ["organization"]
---

# Check User Organizations

`GET /api/check-user-organizations`

Check if the current user has any organization memberships.

This endpoint uses the Clerk backend API to get authoritative data
about the user's organization memberships, bypassing frontend caching issues.

Returns:
    Dict with hasOrganizations (bool) and organizationCount (int)

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
