v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Team

Enable Operations in team

post/api/{cloudId}/v1/teams/{teamId}/enable-ops

Path parameters

teamIdstring required

The jira team identifier

Request body

adminAccountIdsstring[]

The list of accountId's of users who will be granted admin right in the team.

Example request

{
  "adminAccountIds": [
    "12435687725",
    "54763838909"
  ]
}

Response

Returned if the request is successful.

requestIdstring

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.

Example response

{
  "requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}