---
title: "Get City Group Chat Members"
method: POST
path: "/api/group-chat-city/members"
tags: ["group-chat-city"]
---

# Get City Group Chat Members

`POST /api/group-chat-city/members`

Resolve a batch of Mattermost user ids to app-side profile fields
(first_name, last_name, profile_picture, church_name). Used by the client to
render avatars/names without leaking other PII.

## Headers

- `x-user-id` string, nullable

## Request body

- CityMembersRequest
  - `mm_user_ids` string[], required

## Response `200`

Successful Response

- CityMembersResponse
  - `members` CityMemberProfile[], required
    - `mm_user_id` string, required
    - `first_name` string, nullable, required
    - `last_name` string, nullable, required
    - `profile_picture` string, nullable, required
    - `church_name` string, nullable, required

## Other responses

- `422` — Validation Error

---

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