---
title: "Users in a manually managed audience segment"
method: GET
path: "/api/segments/{id}/users"
tags: ["segments"]
---

# Users in a manually managed audience segment

`GET /api/segments/{id}/users`

Retrieve a paginated list of users enrolled in the specified manual audience segment.

### Pagination Guidance:
- Supports standard `page` and `per_page` controls, returning 30 users per page by default.

## Path parameters

- `id` integer, required

## Query parameters

- `per_page` integer

## Response `200`

A List of users in the audience segment

- User[]
  - `type_of` string
  - `id` integer
  - `username` string
  - `name` string
  - `summary` string, nullable
  - `twitter_username` string
  - `github_username` string
  - `website_url` string, nullable
  - `location` string, nullable
  - `joined_at` string
  - `profile_image` string

## Other responses

- `401` — Unauthorized
- `404` — Audience Segment Not Found

---

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