About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
post https://{tenanturl}/v1.0/reports/export/jobs
This API submits a request to download a CSV file and returns the job ID of the request.
The API, GET /reporting/v1.0/reporting/jobs/{id}, returns the status and other details of a downloaded job if you choose Response Content Type as application/json. If your Response Content Type is application/csv, this API uses the job ID to get the CSV file.
Entitlements required: manage reports.
Search operators supported:
eq | The attribute and operator values must be identical for a match. |
sw | The entire operator value must be a substring of the attribute value, starting at the beginning of the attribute value. |
ew | The entire operator value must be a substring of the attribute value, matching at the end of the attribute value. |
gt | If the attribute value is greater than the operator value, a match occurs. The actual comparison depends on the attribute type. |
ge | If the attribute value is greater than or equal to the operator value, a match occurs. The actual comparison depends on the attribute type. |
lt | If the attribute value is less than the operator value, a match occurs. The actual comparison depends on the attribute type. |
le | If the attribute value is less than or equal to the operator value, a match occurs. The actual comparison depends on the attribute type. |
Example queries:
User List |
{ |
User Count |
{ |
Note: If no filter is given then the entire user registry is returned. |
Responses
429Too many Requests.