# Reports available in OpenIAM

OpenIAM groups reports by the data they expose and the governance use case they support.

The main report categories are:

* **Identity reports** — show user profiles, attributes, status, and organizational relationships. Use them for audits and data validation.
* **Access and entitlement reports** — show who has access to what, including roles, groups, and application entitlements. Use them for access reviews and certification campaigns.
* **Audit and activity reports** — track system activity such as logins, provisioning actions, policy changes, and admin operations. Use them for troubleshooting and audit trails.
* **Compliance reports** — support governance and regulatory requirements by highlighting policy violations, certification results, and Segregation of Duties (SoD) conflicts.
* **Provisioning and reconciliation reports** — show provisioning status, synchronization jobs, and reconciliation results across connected systems.
* **Operational and system reports** — show system performance and background processing, including jobs, workflows, and task execution status.

The table below maps the most common reports to their service classes and purpose.

<table><thead><tr><th>Report type</th><th width="267.66668701171875">Service class</th><th width="133.33331298828125">File status</th><th>Purpose</th></tr></thead><tbody><tr><td><code>USER_REPORT</code></td><td><strong>UserReportService</strong></td><td>Provided</td><td>User directory listing with status.</td></tr><tr><td><code>USER_ACCESS_REPORT</code></td><td><strong>UserAccessReportService</strong></td><td>Provided</td><td>User entitlements such as roles and groups.</td></tr><tr><td><code>REQUEST_REPORT</code></td><td><strong>RequestReportService</strong></td><td>Provided</td><td>Request lifecycle with approvals.</td></tr><tr><td><code>RESOURCE_USAGE_REPORT</code></td><td><strong>ResourceUsageReportService</strong></td><td>Provided</td><td>Resource usage by user.</td></tr><tr><td><code>LAST_LOGIN_REPORT</code></td><td><strong>LastLoginReportService</strong></td><td>Provided</td><td>User login activity tracking.</td></tr><tr><td><code>ACCESS_CERTIFICATION_REPORT</code></td><td><strong>AccessCertificationReportService</strong></td><td>Provided</td><td>Access review and certification.</td></tr><tr><td><code>USER_LIFE_CYCLE_ACTIVITIES</code></td><td><strong>UserLifeCycleActivitiesReportService</strong></td><td>Provided</td><td>User lifecycle events.</td></tr><tr><td><code>ORPHANED_USER_ACCOUNTS</code></td><td><strong>OrphanedUserAccountsReportService</strong></td><td>Provided</td><td>Orphaned account detection.</td></tr><tr><td><code>AUDIT_REPORT</code></td><td><strong>AuditReportService</strong></td><td>Provided</td><td>System audit logs.</td></tr><tr><td><code>GENERIC_REQUEST_REPORT</code></td><td><strong>GenericRequestReportService</strong></td><td>Provided</td><td>Generic request tracking.</td></tr><tr><td><code>ENTITLEMENTS_MEMBERSHIP_REPORT</code></td><td><strong>EntitlementsMembershipReportService</strong></td><td>Provided</td><td>Entitlement membership details.</td></tr><tr><td><code>ENTITLEMENTS_REPORT</code></td><td><strong>EntitlementsReportService</strong></td><td>Provided</td><td>Entitlement attributes.</td></tr><tr><td><code>PROVISION_FAILURE_REPORT</code></td><td><strong>ProvisionFailureReportService</strong></td><td>Provided</td><td>Provisioning failure tracking.</td></tr><tr><td><code>TERMINATED_USER_REPORT</code></td><td><strong>TerminatedUserReportService</strong></td><td>Provided</td><td>Terminated user reconciliation.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-beta.openiam.com/openiam-report-services/reports-available-in-openiam.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
