---
title: "Add Business Location Access"
method: POST
path: "/staff/v1/business/{businessId}/assignStaff/{staffId}"
tags: ["Staff"]
---

# Add Business Location Access

`POST /staff/v1/business/{businessId}/assignStaff/{staffId}`

## Path parameters

- `businessId` integer, required
- `staffId` integer, required

## Request body

- StaffApiBusinessLocationIds
  - `businessLocationIds` integer[] — List of all `businessLocationIds` to be added.

## Response `200`

User business location access added successfully.

- StaffApiBusinessLocationIds
  - `businessLocationIds` integer[] — List of all `businessLocationIds` to be added.

## Other responses

- `400` — Bad request. Invalid input parameters.
- `401` — Authentication failed.
- `403` — Access Denied.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/81c537153037/schema)
