# Add Business Location Access **POST /staff/v1/business/{businessId}/assignStaff/{staffId}** ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessId** (integer(int64)) The unique identifier for the business. - **staffId** (integer(int64)) The unique identifier for the user. ### Body: application/json (object) - **businessLocationIds** (array[integer(int64)]) List of all `businessLocationIds` to be added. ## Responses ### 200 User business location access added successfully. #### Body: application/json (object) - **businessLocationIds** (array[integer(int64)]) List of all `businessLocationIds` to be added. ### 400 Bad request. Invalid input parameters. ### 401 Authentication failed. ### 403 Access Denied. ### 500 Internal Server Error. [Powered by Bump.sh](https://bump.sh)