---
title: "POST /delegations"
method: POST
path: "/delegations"
tags: ["delegations"]
---

# POST /delegations

`POST /delegations`

Creates a new request reviewer delegation to delegate access review requests from one user to another.

## Request body

- CreateDelegationRequest — Request body for creating a new delegation of access review requests from one user to another.
  - `delegator_user_id` string, uuid, required — The ID of the user delegating their access review requests.
  - `delegate_user_id` string, uuid, required — The ID of the user being delegated to.
  - `start_time` string, date-time, required — The start time of the delegation.
  - `end_time` string, date-time, required — The end time of the delegation.
  - `reason` string, required — The reason for the delegation.

## Response `200`

Delegation created successfully.

- Delegation — # 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.
  - `id` string, uuid, required — The ID of the delegation.
  - `delegator_user_id` string, uuid, required — The ID of the user delegating their access review requests.
  - `delegate_user_id` string, uuid, required — The ID of the user being delegated to.
  - `start_time` string, date-time, required — The start time of the delegation.
  - `end_time` string, date-time, required — The end time of the delegation.
  - `reason` string, required — The reason for the delegation.
  - `created_at` string, date-time, required — The creation time of the delegation.
  - `updated_at` string, date-time, required — The last updated time of the delegation.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
