---
title: "Update Organization Microsoft Tenant IDs"
method: PATCH
path: "/v1/organizations/{organizationId}/microsoft-tenant-ids"
tags: ["BackendService"]
---

# Update Organization Microsoft Tenant IDs

`PATCH /v1/organizations/{organizationId}/microsoft-tenant-ids`

Update Organization Microsoft Tenant IDs.

## Path parameters

- `organizationId` string, required

## Request body

- OrganizationMicrosoftTenantIDs — OrganizationMicrosoftTenantIDs represents the Microsoft Tenant IDs ("TIDs") associated with an Organization.
  - `organizationId` string — The ID of the Organization.
  - `microsoftTenantIds` string[] — A list of Microsoft Tenant IDs associated with the organization. These values correspond to Microsoft OAuth `tid` claims: https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference

## Response `200`

OK

- UpdateOrganizationMicrosoftTenantIDsResponse
  - `organizationMicrosoftTenantIds` OrganizationMicrosoftTenantIDs — OrganizationMicrosoftTenantIDs represents the Microsoft Tenant IDs ("TIDs") associated with an Organization.
    - `organizationId` string — The ID of the Organization.
    - `microsoftTenantIds` string[] — A list of Microsoft Tenant IDs associated with the organization. These values correspond to Microsoft OAuth `tid` claims: https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference

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