---
title: "List public issuers for the specified organization with pagination and optional name filtering"
method: GET
path: "/v2/organizations/{id}/public-issuers"
tags: ["Issuers", "Organizations"]
---

# List public issuers for the specified organization with pagination and optional name filtering

`GET /v2/organizations/{id}/public-issuers`

## Path parameters

- `id` string, required

## Query parameters

- `nameQuery` string
- `num` string
- `page` string

## Response `200`

OK

- V2PaginatedResponseV2PublicIssuer
  - `items` V2PublicIssuer[], required
    - `badgeSkillLinkingPreferences` ApiBadgeSkillLinkingPreferences, required — Skill library preferences
      - `indeedRegion` string, nullable — Region used if badge skill link mode is set to INDEED
      - `linkMode` 'DEFAULT' | 'INDEED', required — Linking strategy for skill on the UI
      - `serverUri` string, uri, nullable — Uri used in case of OSMT skill library
      - `type` 'NONE' | 'FLEXIBLE' | 'OSMT' | 'TALENT_NEURON', required — Type for the badge skill source library
    - `issuerId` string, nullable
    - `obIssuer` OBIssuer, required
      - `@context` string, required
      - `description` string, nullable
      - `email` string, nullable
      - `extensions` object, required
      - `id` string, required
      - `image` string, nullable
      - `name` string, required
      - `url` string, required
    - `organizationId` string, nullable
  - `pagination` V2PaginationInfo, required
    - `currentPage` integer, nullable — Current page number
    - `hasNextPage` boolean, required — Indicates if there is a next page with items
    - `nextLink` string, nullable — Link to next page.
    - `pageSize` integer, required — Number of elements per page
    - `previousLink` string, nullable — Link to previous page.
    - `totalCount` integer, nullable — Total number of elements
    - `totalPages` integer, nullable — Total number of pages if page number based pagination is used.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
