post
https://api.lumos.com/access_reviews
Create a new access review campaign.
The review's initial status depends on whether apps are provided:
- With apps: the review starts in
IN_PREPARATIONwhile account and entitlement snapshots are taken. Status automatically transitions toIN_PROGRESSonce snapshotting completes. - Without apps: the review is created directly in
IN_PROGRESS.
Poll GET /access_reviews/{id} to observe the status transition. To add apps after creation, use POST /access_reviews/{id}/apps (allowed on any status except COMPLETED).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Validation error — the request violated a business rule (e.g. duplicate review name, deadline in the past, review not in the required status for this operation).
403Forbidden — the caller lacks permission to create or manage access reviews. Requires the Access Review Administrator or App Admin role on the domain.
404Not found — the access reviews API is not enabled for this domain, or the referenced review / app does not exist.