---
title: "User in guild"
method: GET
path: "/{fromPlatform}/{fromUserId}/discord/{serverId}"
tags: ["Discord"]
---

# User in guild

`GET /{fromPlatform}/{fromUserId}/discord/{serverId}`

## Path parameters

- `fromPlatform` string, required
- `fromUserId` string, required
- `serverId` string, required

## Headers

- `X-Signature` string, required

## Response `200`

Condition passed

## Other responses

- `204` — Condition failed
- `400` — Invalid Parameter
- `401` — Platform (ID) not linked
- `403` — Application owner does not have <code>MANAGE_GUILD</code> permission in the target server
- `404` — Guilds not found <code>OR</code> Guild permissions not found <code>OR</code> Application not found

## Changes

- **2025-06-29** (v1) `21fe5968207b` — 1 breaking, 1 info
  - added the new required `header` request parameter `X-Signature`
  - the endpoint scheme security `signature` was removed from the API

[Change history](https://skmtc.dev/minecraftauthentication/apis/user-api/changes/:fromPlatform/:fromUserId/discord/:serverId/get.md)

---

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