コンテンツにスキップ

Create a directory authentication support bundle request

POST
/api/admin/tenants/{tenantId}/directory-auth/support/bundles
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/tenants/example/directory-auth/support/bundles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "redaction_level": "minimal", "scope": { "connector_ids": [ "example" ], "include_recent_episodes": true, "include_advisories": true }, "consent_summary": { "operator_confirmed": true, "detailed_warning_acknowledged": true } }'

Creates a redacted support bundle request. Tenant admins can create support bundles; detailed bundles require explicit warning acknowledgement in the client flow.

tenantId
required
string
Media type application/json
object
redaction_level
string
default: standard
Allowed values: minimal standard detailed
scope
object
connector_ids
Array<string>
<= 20 items
include_recent_episodes
boolean
include_advisories
boolean
key
additional properties
consent_summary
object
operator_confirmed
required
boolean
detailed_warning_acknowledged
boolean
key
additional properties
key
additional properties

Directory authentication support bundle request created.

Media type application/json
object
Example generated
{}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}