latestOpenAPI 3.0.42026-08-10286298.1 KB

5728f183a29d

AccessReviews

Creates an access review

post/api/v1/AccessReviews

Headers

X-API-SECRETstring required

API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

Request body

namestring required

Name of the new access review. It should be unique.

descriptionstring nullable

Description of the access review.

accessReviewType'WorkAppOwner' | 'Manager' | 'CurrentUser' required
dueDatestring date-time required

Due date of the access review.

workAppIdsstring[] required

List of work apps included in the access review. If empty, all work apps will be included.

createdByUserIdstring uuid required

User that appears as creator of the request.

Response

No Content