---
title: "Grant Access"
method: POST
path: "/admin/access-management/grant/{student_id}"
tags: ["Admin - Access Management"]
---

# Grant Access

`POST /admin/access-management/grant/{student_id}`

Grant full holiday course access to a student.
Creates or updates (upserts) a HolidayCourseAccess document.

## Path parameters

- `student_id` string, required

## Response `200`

Successful Response

- AccessGrantResponse — Response model for access grant operation.
  - `student_id` string, required
  - `access_level` string, required
  - `granted_by` string, required
  - `granted_at` string, date-time, required
  - `admin_granter_id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
