---
title: "Get all subscribers of group"
method: GET
path: "/orgunit/{orgunitId}/groups/{groupId}/subscribers"
tags: ["Subscriber"]
---

# Get all subscribers of group

`GET /orgunit/{orgunitId}/groups/{groupId}/subscribers`

## Path parameters

- `orgunitId` string, required
- `groupId` string, required

## Query parameters

- `startsWith` string
- `search` string
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- GetSubscriberResponseListPagedResponseExternalApiResponseNew
  - `data` GetSubscriberResponseListPagedResponse
    - `pageNumber` integer
    - `pageSize` integer
    - `totalPages` integer
    - `totalCount` integer
    - `data` GetSubscriberResponse[], nullable
      - `id` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `middleName` string, nullable
      - `mobileNo` string, nullable
      - `landLineNo` string, nullable
      - `imageUrl` string, nullable
      - `email` string, nullable
      - `gender` string, nullable
      - `age` integer, nullable
      - `status` string, nullable
      - `address` Address
        - `address1` string, nullable
        - `state` string, nullable
        - `postalCode` string, nullable
        - `countryCode` string, nullable
      - `relations` Relation[], nullable
        - `name` string, nullable
        - `relationship` string, nullable
      - `mobileCountryCode` string, nullable
      - `properties` Properties[], nullable
        - `name` string, nullable
        - `value` string, nullable
  - `appCode` string, nullable
  - `message` string, nullable
  - `isError` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ministrybytext/apis/pbt-api-documentation.md) · [All operations](https://skmtc.net/ministrybytext/apis/pbt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministrybytext/pbt-api-documentation/versions/ca6e9c8f430d/schema)
