Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating a new delegation of access review requests from one user to another.
The ID of the user delegating their access review requests.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the user being delegated to.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The start time of the delegation.
"2023-10-01T12:00:00.000Z"
The end time of the delegation.
"2023-10-01T12:00:00.000Z"
The reason for the delegation.
"I need to be out of the office"
Response
Delegation created successfully.
Delegation Object
Description
The Delegation object represents a delegation of access review requests from one user to another.
Usage Example
List from the GET Delegations endpoint.
Get from the GET Delegation endpoint.
The ID of the delegation.
"4aed3e8a-727b-4d72-8010-3b8710c50bec"
The ID of the user delegating their access review requests.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the user being delegated to.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The start time of the delegation.
"2023-10-01T12:00:00.000Z"
The end time of the delegation.
"2023-10-01T12:00:00.000Z"
The reason for the delegation.
"I need to be out of the office"
The creation time of the delegation.
"2023-10-01T12:00:00.000Z"
The last updated time of the delegation.
"2023-10-01T12:00:00.000Z"

