Create a directory authentication evidence export job
POST
/api/admin/tenants/{tenantId}/directory-auth/compliance/evidence-exports
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/tenants/example/directory-auth/compliance/evidence-exports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'Creates a tenant-scoped evidence export artifact in encrypted export storage and records it in Object Catalog. The response includes a proxy download URL when the artifact is ready.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
Example generated
{}Responses
Section titled “ Responses ”Directory authentication evidence export job 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"}