---
title: "Get issue security level members by issue security scheme"
method: GET
path: "/rest/api/3/issuesecurityschemes/{issueSecuritySchemeId}/members"
tags: ["Issue security level"]
---

# Get issue security level members by issue security scheme

`GET /rest/api/3/issuesecurityschemes/{issueSecuritySchemeId}/members`

Returns issue security level members.

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

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

## Path parameters

- `issueSecuritySchemeId` integer, required

## Query parameters

- `startAt` integer
- `maxResults` integer
- `issueSecurityLevelId` string[]
- `expand` string

## Response `200`

Returned if the request is successful.

- PageBeanIssueSecurityLevelMember — 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` IssueSecurityLevelMember[] — 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` integer, required — The ID of the issue security level member.
    - `issueSecurityLevelId` integer, required — The ID of the issue security level.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.
- `404` — Returned if no issue security level members are found.

---

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