---
title: "Get Policy Members"
method: GET
path: "/v1/policies/{policy_id}/members"
tags: ["Policies"]
---

# Get Policy Members

`GET /v1/policies/{policy_id}/members`

## Path parameters

- `policy_id` integer, required — Policy id

## Response `200`

Successful Response

- ExternalPolicyMemberView[]
  - `id` string, required
  - `first_name` string, required
  - `middle_name` string
  - `last_name` string
  - `last_name2` string
  - `full_name` string
  - `relation` string — Self, Spouse, Child, ...
  - `main` boolean — Policy holder
  - `applicant` boolean
  - `dob` string, date
  - `age` integer
  - `gender` string — M | F | O
  - `pregnant` boolean
  - `tobacco_user` boolean
  - `email` string
  - `phone` string
  - `has_ssn` boolean — True if the member has an SSN on file. The value is never exposed. Null when unknown.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/apizeal/apis/apizeal-api.md) · [All operations](https://skmtc.dev/apizeal/apis/apizeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apizeal/apizeal-api/revisions/9baadbe84f92/schema)
