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

# change user opening access

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

This API is only available if your account is using the workflow system for configuring openings and stages.

## Path parameters

- `user_id` string, required

## Request body

- object
  - `funnels_admin` boolean — If set to true, sending explicit permissions will result in a 400 since this grants full access to openings.
  - `funnel_permissions` object[]
    - `funnel_id` string, required
    - `full_access` boolean, required — If set to false, you should also send workflow_permissions to grant access to some of the stages in the workflow.
  - `workflow_permissions` object[]
    - `workflow_id` string, required
    - `stage_id` string, required — Only has an effect if the the user has full_access set to false for an opening using the workflow.

## Response `204`

No Content

---

[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/versions/5f406c0e9462/schema)
