---
title: "POST /api/ee/support-access-grant"
method: POST
path: "/api/ee/support-access-grant"
tags: ["/api/ee/support-access-grant"]
---

# POST /api/ee/support-access-grant

`POST /api/ee/support-access-grant`

Create a new support access grant.

  Requires superuser permissions. Only one active grant can exist at a time.

## Request body

- MetabaseEnterpriseSupportAccessGrantsSchemaCreateGrantRequest — Schema for POST /api/ee/support-access-grants request body.
  - `grant_duration_minutes` integer, required
  - `notes` string, nullable
  - `ticket_number` string, nullable

## Response `2XX`

Successful response

- MetabaseEnterpriseSupportAccessGrantsSchemaGrantResponse — Schema for a support access grant object in API responses.
  - `created_at` union, required
    - unknown
    - unknown
  - `grant_end_timestamp` union, required
    - unknown
    - unknown
  - `grant_start_timestamp` union, required
    - unknown
    - unknown
  - `id` integer, required — value must be an integer greater than zero.
  - `notes` string, nullable, required
  - `revoked_at` union, required
    - unknown
    - unknown
  - `revoked_by_user_id` integer, nullable, required — value must be an integer greater than zero.
  - `ticket_number` string, nullable, required
  - `token` string, nullable
  - `updated_at` union, required
    - unknown
    - unknown
  - `user_email` string, nullable, required
  - `user_id` integer, required — value must be an integer greater than zero.
  - `user_name` string, nullable, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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