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
Key | Datatype | Required | Description |
---|---|---|---|
before | string | ||
after | string | ||
limit | string | ||
with_counts | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","owner":"\u003cboolean\u003e","permissions":"\u003cstring\u003e","features":[{"title":"ANIMATED_BANNER","description":"guild has access to set an animated guild banner image","const":"ANIMATED_BANNER"},{"title":"ANIMATED_BANNER","description":"guild has access to set an animated guild banner image","const":"ANIMATED_BANNER"}],"icon":"\u003cstring,null\u003e","approximate_member_count":"\u003cinteger,null\u003e","approximate_presence_count":"\u003cinteger,null\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","owner":"\u003cboolean\u003e","permissions":"\u003cstring\u003e","features":[{"title":"ANIMATED_BANNER","description":"guild has access to set an animated guild banner image","const":"ANIMATED_BANNER"},{"title":"ANIMATED_BANNER","description":"guild has access to set an animated guild banner image","const":"ANIMATED_BANNER"}],"icon":"\u003cstring,null\u003e","approximate_member_count":"\u003cinteger,null\u003e","approximate_presence_count":"\u003cinteger,null\u003e"}]