---
title: "Create a delegate for a report"
method: POST
path: "/api/2.0/reports/{id}/delegates/"
tags: ["Reports"]
---

# Create a delegate for a report

`POST /api/2.0/reports/{id}/delegates/`

Assign a user or a staff group as a delegate for the report. Provide exactly one of `user` (user ID) or `group` (staff group ID). Report delegation must be enabled for the practice (FaxDelegateModal or ReportQueueDelegate). For group delegation, StaffGroupDelegates must be enabled.

## Path parameters

- `id` integer, required

## Request body

- RoutedDocumentDelegate — Nested serializer for RoutedDocumentDelegate. Returns delegation information for users and groups assigned to review a report. Either user or group will be populated, but not both.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `group` integer, nullable — ID of the delegated group. Null if this is a user delegation.
  - `id` integer
  - `user` integer, nullable — ID of the delegated user. Null if this is a group delegation.

## Response `201`

- RoutedDocumentDelegate — Nested serializer for RoutedDocumentDelegate. Returns delegation information for users and groups assigned to review a report. Either user or group will be populated, but not both.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `group` integer, nullable — ID of the delegated group. Null if this is a user delegation.
  - `id` integer
  - `user` integer, nullable — ID of the delegated user. Null if this is a group delegation.

## Other responses

- `400`
- `403`
- `404`

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
