---
title: "Retrieve Support Details"
method: GET
path: "/organizations/{orgId}/support"
tags: ["Support"]
---

# Retrieve Support Details

`GET /organizations/{orgId}/support`

Get support user details on the specific permissions applied and the date and time support access ends.

## Path parameters

- `orgId` string, required

## Response `200`

Returns Support User details

- SupportResponse
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `dtEndSupportUsersAccess` string, date-time — The Date/Time Support access ends *(in ISO-8601 format)*.
  - `supportUsersPermissionPolicy` PermissionStatementWrapper[] — The Permission Policies assigned to any support users when they access your Organization.
    - `effect` string, required
    - `action` string[], required
    - `resource` string[], required

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 breaking
  - the response property `allOf[#/components/schemas/AbstractResponse]/version` became optional for the status `200`

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/support/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
