---
title: "GET /users/@me/guilds"
method: GET
path: "/users/@me/guilds"
---

# GET /users/@me/guilds

`GET /users/@me/guilds`

## Query parameters

- `before` string, snowflake
- `after` string, snowflake
- `limit` integer
- `with_counts` boolean

## Response `200`

200 response for list_my_guilds

- MyGuildResponse[], nullable
  - `id` string, snowflake, required
  - `name` string, required
  - `icon` string, nullable, required
  - `banner` string, nullable, required
  - `owner` boolean, required
  - `permissions` string, required
  - `features` GuildFeatures[], required
    - union
      - 'ANIMATED_BANNER' — guild has access to set an animated guild banner image
      - 'ANIMATED_ICON' — guild has access to set an animated guild icon
      - 'APPLICATION_COMMAND_PERMISSIONS_V2' — guild is using the old permissions configuration behavior
      - 'AUTO_MODERATION' — guild has set up auto moderation rules
      - 'BANNER' — guild has access to set a guild banner image
      - 'COMMUNITY' — guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates
      - 'CREATOR_MONETIZABLE_PROVISIONAL' — guild has enabled monetization
      - 'CREATOR_STORE_PAGE' — guild has enabled the role subscription promo page
      - 'DEVELOPER_SUPPORT_SERVER' — guild has been set as a support server on the App Directory
      - 'DISCOVERABLE' — guild is able to be discovered in the directory
      - 'FEATURABLE' — guild is able to be featured in the directory
      - 'INVITES_DISABLED' — guild has paused invites, preventing new users from joining
      - 'INVITE_SPLASH' — guild has access to set an invite splash background
      - 'MEMBER_VERIFICATION_GATE_ENABLED' — guild has enabled Membership Screening
      - 'MORE_STICKERS' — guild has increased custom sticker slots
      - 'NEWS' — guild has access to create announcement channels
      - 'PARTNERED' — guild is partnered
      - 'PREVIEW_ENABLED' — guild can be previewed before joining via Membership Screening or the directory
      - 'RAID_ALERTS_DISABLED' — guild has disabled activity alerts in the configured safety alerts channel
      - 'PRUNE_REQUIRES_ADMIN' — guild has restricted member prune to administrators and the guild owner
      - 'ROLE_ICONS' — guild is able to set role icons
      - 'ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE' — guild has role subscriptions that can be purchased
      - 'ROLE_SUBSCRIPTIONS_ENABLED' — guild has enabled role subscriptions
      - 'TICKETED_EVENTS_ENABLED' — guild has enabled ticketed events
      - 'VANITY_URL' — guild has access to set a vanity URL
      - 'VERIFIED' — guild is verified
      - 'VIP_REGIONS' — guild has access to set 384kbps bitrate in voice (previously VIP voice servers)
      - 'WELCOME_SCREEN_ENABLED' — guild has enabled the welcome screen
      - 'OFFICIAL_GAME_GUILD' — guild is an official guild for one or more games
  - `approximate_member_count` integer, nullable
  - `approximate_presence_count` integer, nullable

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

---

[API](https://skmtc.net/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.net/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/versions/f6cd197cbe47/schema)
