Create an asynchronous user directory export
POST/v1/user-exports
Creates an idempotent export job using the same normalized filters and authorization scope as the user directory. The exported rows are fixed by a cutoff timestamp. A signed download URL is generated only when the completed job is queried.
Request
Responses
- 202
- 400
- 401
- 403
- 409
- 500
The export job was accepted. Repeat an identical request with the same Idempotency-Key to receive the same job.
The Idempotency-Key is missing, a filter is malformed, a required tenant is missing, or the requested filter combination is invalid.
The OAuth access token is missing, invalid, expired, or revoked.
The actor lacks user:export, requested an organizational scope outside the authorized boundary, or requested sensitive fields without user:export-sensitive.
The Idempotency-Key was already used by this actor with a different normalized filter payload.
An unexpected internal error occurred.