---
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

---

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