---
title: "Verify Organization"
method: POST
path: "/auth/organization/verify"
---

# Verify Organization

`POST /auth/organization/verify`

Verify backend membership for the Auth0 post-login verify/deny Action.

## Request body

- VerifyOrganizationRequest — Identity and provider organization presented to the post-login Action.
  - `subject` string, required
  - `organization_id` string, required
  - `email` string, required
  - `email_verified` boolean, required

## Response `200`

Successful Response

- VerifyOrganizationResponse — Fail-closed backend membership decision for the post-login Action.
  - `authorized` boolean, required
  - `reason` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
