---
title: "Get issue security level members"
method: GET
path: "/rest/api/2/issuesecurityschemes/level/member"
tags: ["Issue security schemes"]
---

# Get issue security level members

`GET /rest/api/2/issuesecurityschemes/level/member`

Returns a [paginated](#pagination) list of issue security level members.

Only issue security level members in the context of classic projects are returned.

Filtering using parameters is inclusive: if you specify both security scheme IDs and level IDs, the result will include all issue security level members from the specified schemes and levels.

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

## Query parameters

- `startAt` string
- `maxResults` string
- `id` string[]
- `schemeId` string[]
- `levelId` string[]
- `expand` string

## Response `200`

Returned if the request is successful.

- PageBeanSecurityLevelMember — A page of items.
  - `isLast` boolean — Whether this is the last page.
  - `maxResults` integer — The maximum number of items that could be returned.
  - `nextPage` string, uri — If there is another page of results, the URL of the next page.
  - `self` string, uri — The URL of the page.
  - `startAt` integer — The index of the first item returned.
  - `total` integer — The number of items returned.
  - `values` SecurityLevelMember[] — The list of items.
    - `holder` PermissionHolder, required — Details of a user, group, field, or project role that holds a permission. See [Holder object](../api-group-permission-schemes/#holder-object) in *Get all permission schemes* for more information.
      - `expand` string — Expand options that include additional permission holder details in the response.
      - `parameter` string — As a group's name can change, use of `value` is recommended. The identifier associated withthe `type` value that defines the holder of the permission.
      - `type` string, required — The type of permission holder.
      - `value` string — The identifier associated with the `type` value that defines the holder of the permission.
    - `id` string, required — The ID of the issue security level member.
    - `issueSecurityLevelId` string, required — The ID of the issue security level.
    - `issueSecuritySchemeId` string, required — The ID of the issue security scheme.
    - `managed` boolean

## 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.

---

[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)
