/v1/mgmt/tenant/patchAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Request Body
application/json
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Custom attributes as key-value pairs. Keys must be strings; values can be strings, numbers, booleans, or arrays.
{
"attribute-key": "attribute-value"
}deprecated - authType should be set via ConfigureTenantSettings
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Patch a tenant, using a valid management key. Only the fields that are provided in the request are updated, any other field keeps its current value.
curl -X PATCH "https://api.descope.com/v1/mgmt/tenant/patch" \ -H "Content-Type: application/json" \ -d '{}'Get tenant attribute GET
Get a single tenant custom attribute definition by machine name, using a valid management key.
Remove SSO User from Tenant POST
### Remove an SSO user from a tenant, using a valid management key. This API endpoint removes an SSO user's association with a tenant. ### See also - See [Tenant Management](/management/tenant-management) for further details on managing tenants.