Create a report job

post

/access-governance/service-administration/20250331/reports/jobs

Creates an asynchronous report generation job.

Request

Header Parameters
  • The client request ID for tracing. The only valid characters for request IDs are letters, numbers, underscore, and dash.
  • Minimum Length: 1
    Maximum Length: 64
    A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
Body ()
Details for the report job to create.
Root Schema : CreateReportJobDetails
Type: object
Details for creating an asynchronous report job.
Show Source
Nested Schema : ReportJobParameters
Type: object
GLOBAL_IDENTITY supports selectedColumns. Other report types use their fixed documented columns and do not accept parameters.
Show Source
Nested Schema : selectedColumns
Type: array
Optional GLOBAL_IDENTITY columns. Always-available columns are included automatically and must not be supplied.
Show Source
  • Allowed Values: [ "firstName", "lastName", "personNumber", "managerUserName", "startDate", "terminationDate" ]
Back to Top

Response

Supported Media Types

202 Response

The report job was accepted.
Headers
Body ()
Root Schema : ReportJob
Type: object
Report job status and download metadata.
Show Source
Nested Schema : ReportJobParameters
Type: object
GLOBAL_IDENTITY supports selectedColumns. Other report types use their fixed documented columns and do not accept parameters.
Show Source
Nested Schema : selectedColumns
Type: array
Optional GLOBAL_IDENTITY columns. Always-available columns are included automatically and must not be supplied.
Show Source
  • Allowed Values: [ "firstName", "lastName", "personNumber", "managerUserName", "startDate", "terminationDate" ]

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

409 Response

Conflict
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top