---
title: "Submit Operations Workspace Ids"
method: POST
path: "/rest/operations/1.0/linkedWorkspaces/bulk"
tags: ["Operations"]
---

# Submit Operations Workspace Ids

`POST /rest/operations/1.0/linkedWorkspaces/bulk`

Insert Operations Workspace IDs to establish a relationship between them and the Jira site the app is installed in. If a relationship between the Workspace ID and Jira already exists then the workspace ID will be ignored and Jira will process the rest of the entries.

Only Connect apps that define the `jiraOperationsInfoProvider` module can access this resource.
This resource requires the 'WRITE' scope for Connect apps.

## Request body

- object — The payload used to submit (update / insert) Operations Workspace ids.
  - `workspaceIds` string[], required — The IDs of Operations Workspaces that are available to this Jira site.

## Response `202`

Submission accepted. Each submitted Operations Workspace ID will be linked to Jira.

- object — The result of a successful submitOperationsWorkspaces request.
  - `acceptedWorkspaceIds` string[] — The IDs of Operations Workspaces that have been linked to the Jira site in this request.

## Other responses

- `400` — Request has incorrect format.
- `401` — Missing a JWT token, or token is invalid.
- `403` — The JWT token used does not correspond to an app that defines the Operations module, or the app does not define the 'WRITE' scope.
- `413` — Set of Ids is too large. Submit fewer Ids in each payload.
- `429` — API rate limit has been exceeded.
- `503` — Service is unavailable due to maintenance or other reasons.
- `default` — An unknown error has occurred.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/versions/4e108d54b990/schema)
