---
title: "Get user opening access"
method: GET
path: "/v2/users/{user_id}/opening_access"
tags: ["Users"]
---

# Get user opening access

`GET /v2/users/{user_id}/opening_access`

## Path parameters

- `user_id` string, required

## Response `200`

OK

- object
  - `funnel_permissions` object[], required
    - `funnel_id` string, required
    - `full_access` boolean, required
    - `created_at` string, required
  - `workflow_permissions` object[], required
    - `workflow_id` string, nullable, required
    - `stage_id` string, required — The stage's external ID, or its internal database ID if the stage record can't be found (see error).
    - `error` string — Set to 'stage_not_found' when this permission's stage can't be resolved, instead of omitting the permission or raising.
  - `funnels_admin` boolean, required

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
