---
title: "Add issue security levels"
method: PUT
path: "/rest/api/2/issuesecurityschemes/{schemeId}/level"
tags: ["Issue security schemes"]
---

# Add issue security levels

`PUT /rest/api/2/issuesecurityschemes/{schemeId}/level`

Adds levels and levels' members to the issue security scheme. You can add up to 100 levels per request.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `schemeId` string, required

## Request body

- AddSecuritySchemeLevelsRequestBean
  - `levels` SecuritySchemeLevelBean[] — The list of scheme levels which should be added to the security scheme.
    - `description` string — The description of the issue security scheme level.
    - `isDefault` boolean — Specifies whether the level is the default level. False by default.
    - `members` SecuritySchemeLevelMemberBean[] — The list of level members which should be added to the issue security scheme level.
      - `parameter` string — The value corresponding to the specified member type.
      - `type` string, required — The issue security level member type, e.g `reporter`, `group`, `user`, `projectrole`, `applicationRole`.
    - `name` string, required — The name of the issue security scheme level. Must be unique.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.
- `404` — Returned if the security scheme isn't found.

---

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