---
title: "Changes to List current user guilds"
method: GET
path: "/users/@me/guilds"
---

# Changes to List current user guilds

`GET /users/@me/guilds`

> Every recorded change to this endpoint, newest first.
> 21 revisions in range; 2 not diffed.

## Timeline

Changed in 5 of 21 revisions.

- **2026-09-21** `3c2f66ec8e7b` — 1 breaking
- **2026-09-18** `dd0ad4ea1c88` — 13 breaking, 15 info
- **2026-09-06** `a52a2cf49d9b` — 32 warning
- **2026-09-05** `4dbb738a3e22` — 4 info
- **2026-09-03** `fa36b1b48ca5` — 20 info

## Changes

- **2026-09-21** `3c2f66ec8e7b` — 1 breaking
  - the response property `items/channels/items/name` became nullable for the status `200`
- **2026-09-18** `dd0ad4ea1c88` — 13 breaking, 15 info
  - the response property `items/banner` became nullable for the status `200`
  - the response property `items/channels/items/icon` became nullable for the status `200`
  - the response property `items/channels/items/nsfw_override` became nullable for the status `200`
  - the response property `items/channels/items/recipients/items/avatar` became nullable for the status `200`
  - the response property `items/channels/items/recipients/items/global_name` became nullable for the status `200`
  - the response property `items/channels/items/rtc_region` became nullable for the status `200`
  - the response property `items/channels/items/topic` became nullable for the status `200`
  - the response property `items/content_warning_text` became nullable for the status `200`
  - the response property `items/embed_splash` became nullable for the status `200`
  - the response property `items/icon` became nullable for the status `200`
  - the response property `items/roles/items/unicode_emoji` became nullable for the status `200`
  - the response property `items/splash` became nullable for the status `200`
  - the response property `items/vanity_url_code` became nullable for the status `200`
  - response property `items/banner` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/nsfw_override` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/recipients/items/avatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/recipients/items/global_name` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/rtc_region` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/channels/items/topic` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/content_warning_text` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/embed_splash` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/roles/items/unicode_emoji` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/splash` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/vanity_url_code` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - the `items/channels/items/last_pin_timestamp/anyOf[subschema #1]/` response's property pattern was changed from `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` to `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d+)?(?:Z))$` for the status `200`
  - the `items/message_history_cutoff/anyOf[subschema #1]/` response's property pattern was changed from `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` to `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d+)?(?:Z))$` for the status `200`
- **2026-09-06** `a52a2cf49d9b` — 32 warning
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `400`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `401`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `403`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_GATE_ESCAPE_UNAVAILABLE` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_GATE_ESCAPE_UNAVAILABLE` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_GATE_ESCAPE_UNAVAILABLE` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_GATE_ESCAPE_UNAVAILABLE` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_INBOUND_VERIFICATION_REQUIRED` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_INBOUND_VERIFICATION_REQUIRED` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_INBOUND_VERIFICATION_REQUIRED` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_INBOUND_VERIFICATION_REQUIRED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_LOOKUP_UNAVAILABLE` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_LOOKUP_UNAVAILABLE` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_LOOKUP_UNAVAILABLE` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_LOOKUP_UNAVAILABLE` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_NUMBER_NOT_IN_SERVICE` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_NUMBER_NOT_IN_SERVICE` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_NUMBER_NOT_IN_SERVICE` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_NUMBER_NOT_IN_SERVICE` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_NUMBER_NOT_MOBILE` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_NUMBER_NOT_MOBILE` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_NUMBER_NOT_MOBILE` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_NUMBER_NOT_MOBILE` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_VERIFICATION_NEEDS_REVIEW` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_VERIFICATION_NEEDS_REVIEW` enum value to the `code` response property for the response status `401`
  - added the new `PHONE_VERIFICATION_NEEDS_REVIEW` enum value to the `code` response property for the response status `403`
  - added the new `PHONE_VERIFICATION_NEEDS_REVIEW` enum value to the `code` response property for the response status `500`
  - …this revision’s changelog is incomplete
- **2026-09-05** `4dbb738a3e22` — 4 info
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `400`
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `401`
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `403`
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `500`
- **2026-09-03** `fa36b1b48ca5` — 20 info
  - removed the `INVALID_PACK_TYPE` enum value from the `code` response property for the response status `400`
  - removed the `INVALID_PACK_TYPE` enum value from the `code` response property for the response status `401`
  - removed the `INVALID_PACK_TYPE` enum value from the `code` response property for the response status `403`
  - removed the `INVALID_PACK_TYPE` enum value from the `code` response property for the response status `500`
  - removed the `MAX_PACKS` enum value from the `code` response property for the response status `400`
  - removed the `MAX_PACKS` enum value from the `code` response property for the response status `401`
  - removed the `MAX_PACKS` enum value from the `code` response property for the response status `403`
  - removed the `MAX_PACKS` enum value from the `code` response property for the response status `500`
  - removed the `MAX_PACK_EXPRESSIONS` enum value from the `code` response property for the response status `400`
  - removed the `MAX_PACK_EXPRESSIONS` enum value from the `code` response property for the response status `401`
  - removed the `MAX_PACK_EXPRESSIONS` enum value from the `code` response property for the response status `403`
  - removed the `MAX_PACK_EXPRESSIONS` enum value from the `code` response property for the response status `500`
  - removed the `PACK_ACCESS_DENIED` enum value from the `code` response property for the response status `400`
  - removed the `PACK_ACCESS_DENIED` enum value from the `code` response property for the response status `401`
  - removed the `PACK_ACCESS_DENIED` enum value from the `code` response property for the response status `403`
  - removed the `PACK_ACCESS_DENIED` enum value from the `code` response property for the response status `500`
  - removed the `UNKNOWN_PACK` enum value from the `code` response property for the response status `400`
  - removed the `UNKNOWN_PACK` enum value from the `code` response property for the response status `401`
  - removed the `UNKNOWN_PACK` enum value from the `code` response property for the response status `403`
  - removed the `UNKNOWN_PACK` enum value from the `code` response property for the response status `500`

---

[Operation](https://skmtc.dev/fluxer/apis/fluxer-api/docs/users/@me/guilds/get.md) · [API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [Page](https://skmtc.dev/fluxer/apis/fluxer-api/changes/users/@me/guilds/get)
