---
title: "List Joinable Organizations"
method: GET
path: "/api/auth/users/current/deployments/joinable"
tags: ["UsersService"]
---

# List Joinable Organizations

`GET /api/auth/users/current/deployments/joinable`

List all organizations/deployments that a user can join

## Query parameters

- `userId` string

## Response `200`

OK

- ProtosAuthV1ListUserJoinableOrgsResponse
  - `userId` string
  - `orgs` ProtosDeploymentV1Deployment[]
    - `id` string
    - `name` string
    - `displayName` string
    - `slug` string
    - `sourceType` string
    - `features` ProtosDeploymentV1DeploymentFeatures
      - `featureFlags` ProtosDeploymentV1FeatureFlag[]
        - `name` string
        - `expiresAt` string, date-time
      - `hasAutofix` boolean
      - `hasDeepsemgrep` boolean
      - `hasTriageViaComment` boolean
      - `hasDependencyQuery` boolean
      - `defaultUserRole` 'ORG_ROLE_ADMIN' | 'ORG_ROLE_MEMBER' | 'ORG_ROLE_IMPERSONATOR' | 'ORG_ROLE_READONLY', enum — | value | description | |-------|---------------| | ORG_ROLE_ADMIN | | | ORG_ROLE_MEMBER | | | ORG_ROLE_IMPERSONATOR | | | ORG_ROLE_READONLY | |
      - `editorSemgrepVersion` string
      - `nosemgrepDisabled` boolean
    - `organizationId` string

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
