list my guilds

GET {{baseUrl}}/users/@me/guilds?before=<string,null>&after=<string,null>&limit=<integer,null>&with_counts=<boolean,null>

List partial guilds where the user is a member

Request Params

KeyDatatypeRequiredDescription
beforestring
afterstring
limitstring
with_countsstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner&quot;:&quot;\u003cboolean\u003e&quot;,&quot;permissions&quot;:&quot;\u003cstring\u003e&quot;,&quot;features&quot;:[{&quot;title&quot;:&quot;ANIMATED_BANNER&quot;,&quot;description&quot;:&quot;guild has access to set an animated guild banner image&quot;,&quot;const&quot;:&quot;ANIMATED_BANNER&quot;},{&quot;title&quot;:&quot;ANIMATED_BANNER&quot;,&quot;description&quot;:&quot;guild has access to set an animated guild banner image&quot;,&quot;const&quot;:&quot;ANIMATED_BANNER&quot;}],&quot;icon&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;approximate_member_count&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;approximate_presence_count&quot;:&quot;\u003cinteger,null\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner&quot;:&quot;\u003cboolean\u003e&quot;,&quot;permissions&quot;:&quot;\u003cstring\u003e&quot;,&quot;features&quot;:[{&quot;title&quot;:&quot;ANIMATED_BANNER&quot;,&quot;description&quot;:&quot;guild has access to set an animated guild banner image&quot;,&quot;const&quot;:&quot;ANIMATED_BANNER&quot;},{&quot;title&quot;:&quot;ANIMATED_BANNER&quot;,&quot;description&quot;:&quot;guild has access to set an animated guild banner image&quot;,&quot;const&quot;:&quot;ANIMATED_BANNER&quot;}],&quot;icon&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;approximate_member_count&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;approximate_presence_count&quot;:&quot;\u003cinteger,null\u003e&quot;}]