list guild scheduled event users

GET {{baseUrl}}/guilds/:guild_id/scheduled-events/:guild_scheduled_event_id/users?with_member=<boolean,null>&limit=<integer,null>&before=<string,null>&after=<string,null>

List users subscribed to a guild scheduled event

Request Params

KeyDatatypeRequiredDescription
with_memberstring
limitstring
beforestring
afterstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;guild_scheduled_event_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user&quot;:&quot;\u003cnull\u003e&quot;,&quot;member&quot;:&quot;\u003cnull\u003e&quot;},{&quot;guild_scheduled_event_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user&quot;:&quot;\u003cnull\u003e&quot;,&quot;member&quot;:&quot;\u003cnull\u003e&quot;}]