---
title: "POST /intermediate/v1/saml-organizations"
method: POST
path: "/intermediate/v1/saml-organizations"
tags: ["IntermediateService"]
---

# POST /intermediate/v1/saml-organizations

`POST /intermediate/v1/saml-organizations`

## Request body

- ListSAMLOrganizationsRequest
  - `email` string

## Response `200`

OK

- ListSAMLOrganizationsResponse
  - `organizations` Organization[]
    - `id` string
    - `displayName` string
    - `logInWithGoogle` boolean
    - `logInWithMicrosoft` boolean
    - `logInWithPassword` boolean
    - `logInWithAuthenticatorApp` boolean
    - `logInWithPasskey` boolean
    - `requireMfa` boolean
    - `primarySamlConnectionId` string
    - `userExists` boolean
    - `userHasPassword` boolean
    - `userHasAuthenticatorApp` boolean
    - `userHasPasskey` boolean

## Other responses

- `default` — Default error response

## Changes

- **2025-02-03** `7769ef36fdc1` — 6 warning, 5 info
  - removed the optional property `organizations/items/logInWithAuthenticatorAppEnabled` from the response with the `200` status
  - removed the optional property `organizations/items/logInWithGoogleEnabled` from the response with the `200` status
  - removed the optional property `organizations/items/logInWithMicrosoftEnabled` from the response with the `200` status
  - removed the optional property `organizations/items/logInWithPasskeyEnabled` from the response with the `200` status
  - …7 more
- **2025-01-31** `7539017a7f78` — 3 info
  - added the optional property `organizations/items/logInWithAuthenticatorAppEnabled` to the response with the `200` status
  - added the optional property `organizations/items/logInWithPasskeyEnabled` to the response with the `200` status
  - added the optional property `organizations/items/requireMfa` to the response with the `200` status
- **2025-01-31** `6104fbeb9baf` — 3 info
  - added the optional property `organizations/items/userHasAuthenticatorApp` to the response with the `200` status
  - added the optional property `organizations/items/userHasPasskey` to the response with the `200` status
  - added the optional property `organizations/items/userHasPassword` to the response with the `200` status
- **2025-01-29** `1f18af9c9ac0` — 1 info
  - added the optional property `organizations/items/userExists` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api/changes/intermediate/v1/saml-organizations/post.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tesseral-labs/apis/intermediateservice-api/revisions/7769ef36fdc1?raw)
