events_list_users
events_list_users
Section titled “events_list_users”Category: events
List users subscribed (RSVP) to a scheduled event.
When to use
Section titled “When to use”- Inspect attendance/interest for an upcoming event.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild that owns the event |
event_id | string | yes | Scheduled event id |
limit | integer | no | Max users (1-100, default 100) |
with_member | boolean | no | Include guild member object for each user |
before | string | no | Pagination cursor: users with id < this |
after | string | no | Pagination cursor: users with id > this |
Returns
Section titled “Returns”\{users:[\{user_id, username, bot, member?\}], count, event_id\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
users | array | yes | |
count | integer | yes | |
event_id | string | yes | Discord scheduled event ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |