---
title: "Update Tenant Saml"
method: POST
path: "/supertokens/update-tenant-saml"
tags: ["SUPERTOKENS"]
deprecated: true
---

# Update Tenant Saml

`POST /supertokens/update-tenant-saml`

> **Deprecated.**

Updates the tenant with the SAML config

Own tenant only — see `update_tenant_thirdparty`.
:return: ok status and optional message.

## Query parameters

- `new_tenant` string, required
- `client_id` string, required
- `client_secret` string, required
- `provider_name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request data
- `403` — `new_tenant` is not the tenant the caller addressed
- `422` — Validation Error

---

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