API ReferenceManagementTenantsAdmin Links
POST
/v1/mgmt/tenant/adminlinks/sso/send

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tenantId?string
email?string
ssoId?string

Send an SSO admin link to a tenant administrator, using a valid management key.

This API endpoint sends an SSO admin link via email to the specified tenant administrator.

curl -X POST "https://api.descope.com/v1/mgmt/tenant/adminlinks/sso/send" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?