---
title: "Update Organization"
method: PATCH
path: "/v1/organizations/{id}"
tags: ["BackendService"]
---

# Update Organization

`PATCH /v1/organizations/{id}`

Update an Organization.

## Path parameters

- `id` string, required

## Request body

- Organization — An Organization represents one of your corporate customers.
  - `id` string — The Organization ID. Starts with `org_...`.
  - `displayName` string — A human-friendly name for the Organization.
  - `createTime` string, date-time — When the Organization was created.
  - `updateTime` string, date-time — When the Organization was last updated.
  - `logInWithGoogle` boolean — Whether the Organization supports "Log in with Google".
  - `logInWithMicrosoft` boolean — Whether the Organization supports "Log in with Microsoft".
  - `logInWithGithub` boolean — Whether the Organization supports Log in with GitHub.
  - `logInWithEmail` boolean — Whether the Organization supports "Log in with email".
  - `logInWithPassword` boolean — Whether the Organization supports "Log in with password".
  - `logInWithSaml` boolean — Whether the Organization supports "Log in with SAML".
  - `logInWithOidc` boolean — Whether the Organization supports "Log in with OIDC".
  - `logInWithAuthenticatorApp` boolean — Whether the Organization supports authenticator apps as a secondary auth factor.
  - `logInWithPasskey` boolean — Whether the Organization supports passkeys as a secondary auth factor.
  - `requireMfa` boolean — Whether the Organization requires a secondary auth factor.
  - `scimEnabled` boolean — Whether the Organization has SCIM enabled.
  - `customRolesEnabled` boolean — Whether the Organization's Users can create Organization-specific Roles.
  - `apiKeysEnabled` boolean — Whether API Keys are enabled for the Organization.

## Response `200`

OK

- UpdateOrganizationResponse
  - `organization` Organization — An Organization represents one of your corporate customers.
    - `id` string — The Organization ID. Starts with `org_...`.
    - `displayName` string — A human-friendly name for the Organization.
    - `createTime` string, date-time — When the Organization was created.
    - `updateTime` string, date-time — When the Organization was last updated.
    - `logInWithGoogle` boolean — Whether the Organization supports "Log in with Google".
    - `logInWithMicrosoft` boolean — Whether the Organization supports "Log in with Microsoft".
    - `logInWithGithub` boolean — Whether the Organization supports Log in with GitHub.
    - `logInWithEmail` boolean — Whether the Organization supports "Log in with email".
    - `logInWithPassword` boolean — Whether the Organization supports "Log in with password".
    - `logInWithSaml` boolean — Whether the Organization supports "Log in with SAML".
    - `logInWithOidc` boolean — Whether the Organization supports "Log in with OIDC".
    - `logInWithAuthenticatorApp` boolean — Whether the Organization supports authenticator apps as a secondary auth factor.
    - `logInWithPasskey` boolean — Whether the Organization supports passkeys as a secondary auth factor.
    - `requireMfa` boolean — Whether the Organization requires a secondary auth factor.
    - `scimEnabled` boolean — Whether the Organization has SCIM enabled.
    - `customRolesEnabled` boolean — Whether the Organization's Users can create Organization-specific Roles.
    - `apiKeysEnabled` boolean — Whether API Keys are enabled for the Organization.

## Other responses

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

## Changes

- **2025-07-03** `fe83f78ae20a` — 2 info
  - added the new optional request property `logInWithOidc`
  - added the optional property `organization/allOf[#/components/schemas/Organization]/logInWithOidc` to the response with the `200` status
- **2025-05-20** `3ea9a7bcd498` — 4 info
  - added the new optional request property `apiKeysEnabled`
  - added the new optional request property `logInWithGithub`
  - added the optional property `organization/allOf[#/components/schemas/Organization]/apiKeysEnabled` to the response with the `200` status
  - added the optional property `organization/allOf[#/components/schemas/Organization]/logInWithGithub` to the response with the `200` status
- **2025-05-13** `18208de69243` — 2 info
  - added the new optional request property `customRolesEnabled`
  - added the optional property `organization/allOf[#/components/schemas/Organization]/customRolesEnabled` to the response with the `200` status
- **2025-03-11** `e3ac0347dfbe` — 1 breaking, 13 warning, 1 info
  - the `organization` response's property type changed from `object` to no type for status `200`
  - removed the optional property `organization/createTime` from the response with the `200` status
  - removed the optional property `organization/displayName` from the response with the `200` status
  - removed the optional property `organization/id` from the response with the `200` status
  - …11 more
- …earlier changes not shown

[Full history](https://skmtc.dev/tesseral-labs/apis/backendservice-api/changes/v1/organizations/:id/patch.md)

---

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