---
title: "Enable Operations in team"
method: POST
path: "/api/{cloudId}/v1/teams/{teamId}/enable-ops"
tags: ["Team"]
---

# Enable Operations in team

`POST /api/{cloudId}/v1/teams/{teamId}/enable-ops`

## Path parameters

- `teamId` string, required

## Request body

- EnableOpsRequest
  - `adminAccountIds` string[] — The list of accountId's of users who will be granted admin right in the team.

## Response `200`

Returned if the request is successful.

- OpsEnableResponse
  - `requestId` string — Identifier of the request. This ID can be used to trace or track the request in the system logs or for debugging purposes in case the request fails or causes an error.

## Other responses

- `404` — The team is not found.
- `422` — Returned if the payload cannot be validated.

---

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