---
title: "Creates user access entries for one or more Work Apps."
method: POST
path: "/api/v1/WorkApps/Accesses"
tags: ["WorkApps"]
---

# Creates user access entries for one or more Work Apps.

`POST /api/v1/WorkApps/Accesses`

## Headers

- `X-API-SECRET` string, required — API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

## Request body

- CreateWorkAppAccessRequestModelV1BulkRequestViewModel
  - `data` CreateWorkAppAccessRequestModelV1[], required
    - `workAppId` string, uuid, required — Identifier of the work app to which access is being granted.
    - `userId` string, uuid, required — Identifier of the user being granted access.
    - `permissionLevelId` string, uuid, nullable — Optional identifier of the permission level to assign to the user. It is mandatory in case the WorkApp has at least one permission level.

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cakewalk/apis/cakewalk-open-api.md) · [All operations](https://skmtc.net/cakewalk/apis/cakewalk-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cakewalk/cakewalk-open-api/revisions/5728f183a29d/schema)
