---
title: "Update Organization"
method: PATCH
path: "/frontend/v1/organization"
tags: ["FrontendService"]
---

# Update Organization

`PATCH /frontend/v1/organization`

## Request body

- Organization
  - `id` string
  - `displayName` string
  - `createTime` string, date-time
  - `updateTime` string, date-time
  - `logInWithGoogle` boolean
  - `logInWithMicrosoft` boolean
  - `logInWithGithub` boolean
  - `logInWithEmail` boolean
  - `logInWithPassword` boolean
  - `logInWithSaml` boolean
  - `logInWithOidc` boolean
  - `logInWithAuthenticatorApp` boolean
  - `logInWithPasskey` boolean
  - `requireMfa` boolean
  - `googleHostedDomains` string[]
  - `microsoftTenantIds` string[]
  - `samlEnabled` boolean
  - `scimEnabled` boolean
  - `customRolesEnabled` boolean
  - `apiKeysEnabled` boolean

## Response `200`

OK

- UpdateOrganizationResponse
  - `organization` Organization
    - `id` string
    - `displayName` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `logInWithGoogle` boolean
    - `logInWithMicrosoft` boolean
    - `logInWithGithub` boolean
    - `logInWithEmail` boolean
    - `logInWithPassword` boolean
    - `logInWithSaml` boolean
    - `logInWithOidc` boolean
    - `logInWithAuthenticatorApp` boolean
    - `logInWithPasskey` boolean
    - `requireMfa` boolean
    - `googleHostedDomains` string[]
    - `microsoftTenantIds` string[]
    - `samlEnabled` boolean
    - `scimEnabled` boolean
    - `customRolesEnabled` boolean
    - `apiKeysEnabled` boolean

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-07-03** `e98ae37067b1` — 2 info
  - added the new optional request property `logInWithOidc`
  - added the optional property `organization/logInWithOidc` to the response with the `200` status
- **2025-06-16** `d5b8ef8ba8f4` — 2 info
  - added the new optional request property `scimEnabled`
  - added the optional property `organization/scimEnabled` to the response with the `200` status
- **2025-05-20** `8ae1e6c69121` — 4 info
  - added the new optional request property `apiKeysEnabled`
  - added the new optional request property `logInWithGithub`
  - added the optional property `organization/apiKeysEnabled` to the response with the `200` status
  - added the optional property `organization/logInWithGithub` to the response with the `200` status
- **2025-05-13** `5bae37ac644f` — 2 info
  - added the new optional request property `customRolesEnabled`
  - added the optional property `organization/customRolesEnabled` to the response with the `200` status
- **2025-03-11** `f665049c4339` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/changes/frontend/v1/organization/patch.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/frontendservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tesseral-labs/frontendservice-api/revisions/e98ae37067b1/schema)
