Get Issue Security Level Members

GET {{baseUrl}}/rest/api/3/issuesecurityschemes/:issueSecuritySchemeId/members?startAt=0&maxResults=50&issueSecurityLevelId=<long>&expand=<string>

Returns issue security level members.

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

Permissions required: Administer Jira global permission.

Request Params

KeyDatatypeRequiredDescription
startAtnumberThe index of the first item to return in a page of results (page offset).
maxResultsnumberThe maximum number of items to return per page.
issueSecurityLevelIdstringThe list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand: issueSecurityLevelId=10000&amp;issueSecurityLevelId=10001.
expandstringUse expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
  • all Returns all expandable information.
  • field Returns information about the custom field granted the permission.
  • group Returns information about the group that is granted the permission.
  • projectRole Returns information about the project role granted the permission.
  • user Returns information about the user who is granted the permission. |

RESPONSES

status: OK

{&quot;maxResults&quot;:100,&quot;startAt&quot;:0,&quot;total&quot;:3,&quot;isLast&quot;:true,&quot;values&quot;:[{&quot;id&quot;:10000,&quot;issueSecurityLevelId&quot;:10020,&quot;holder&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;user&quot;:{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g&quot;,&quot;accountId&quot;:&quot;5b10a2844c20165700ede21g&quot;,&quot;emailAddress&quot;:&quot;mia@example.com&quot;,&quot;avatarUrls&quot;:{&quot;48x48&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48\u0026s=48&quot;,&quot;24x24&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24\u0026s=24&quot;,&quot;16x16&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16\u0026s=16&quot;,&quot;32x32&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32\u0026s=32&quot;},&quot;displayName&quot;:&quot;Mia Krystof&quot;,&quot;active&quot;:true,&quot;timeZone&quot;:&quot;Australia/Sydney&quot;},&quot;expand&quot;:&quot;user&quot;}},{&quot;id&quot;:10001,&quot;issueSecurityLevelId&quot;:10020,&quot;holder&quot;:{&quot;type&quot;:&quot;group&quot;,&quot;parameter&quot;:&quot;jira-core-users&quot;,&quot;expand&quot;:&quot;group&quot;}},{&quot;id&quot;:10002,&quot;issueSecurityLevelId&quot;:10021,&quot;holder&quot;:{&quot;type&quot;:&quot;assignee&quot;}}]}