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

# Get My Identity

`GET /api/group-chat/me`

Returns existing mappings without creating anything. Useful for debugging.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- IdentityResponse
  - `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/cb25d3fef898/schema)
