---
title: "Get My City Identity"
method: GET
path: "/api/group-chat-city/me"
tags: ["group-chat-city"]
---

# Get My City Identity

`GET /api/group-chat-city/me`

Returns existing mappings without creating anything. Useful for debugging.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- CityIdentityResponse
  - `mattermost_url` string, required
  - `team_id` string, nullable, required
  - `channel_id` string, nullable, required
  - `user_id` string, nullable, required
  - `has_identity` boolean, 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/revisions/523833f9e819/schema)
