addressalign-toparrow-leftarrow-leftarrow-right-10x10arrow-rightbackbellblockcalendarcameraccwcheckchevron-downchevron-leftchevron-rightchevron-small-downchevron-small-leftchevron-small-rightchevron-small-upchevron-upcircle-with-checkcircle-with-crosscircle-with-pluscontroller-playcredit-cardcrossdots-three-verticaleditemptyheartexporteye-with-lineeyefacebookfolderfullheartglobe--smallglobegmailgooglegroupshelp-with-circleimageimagesinstagramFill 1languagelaunch-new-window--smalllight-bulblinklocation-pinlockm-swarmSearchmailmediummessagesminusmobilemoremuplabelShape 3 + Rectangle 1ShapeoutlookpersonJoin Group on CardStartprice-ribbonprintShapeShapeShapeShapeImported LayersImported LayersImported Layersshieldstartickettrashtriangle-downtriangle-uptwitteruserwarningyahooyoutube

Extend your community

Attendance

GET /:urlname/events/:id/attendance
  • json
Host: api.meetup.com
  • basic
api version 3

Lists attendance records for Meetup events. Getting the list of attendance records for private groups is limited only to members of that group. The endpoint returns all members that have rsvped 'yes' or 'no' and members that were marked as either 'attended', 'noshow', or 'absent'

Try it in the console

Request Parameters

The :urlname path element may be any valid group urlname or domain name. The :id path element must be a valid alphanumeric Meetup event identifier

desc

Boolean value controlling sort order of results. Defaults to false

order

The sort order of returned attendees. The attendees are sorted in ascending order, use 'desc' to sort in descending order instead. Valid values include "name", "social", or "time". 'name' sorts alphabetically using the member's name. Attendees with no name will be moved to the bottom of the list, regardless of the value of 'desc'. 'time' sorts using either the rsvp response time or the time the attendance was taken. If an attendee has both an rsvp status and attendance status we always use the time the attendance status was changed in the sort over the rsvp response time. Attendees with no rsvp response time or attendance time will be moved to the bottom of the list regardless of the 'desc' value. 'social' sorts the attendees by the amount of friends and groups that they have in common with the authenticated member. If there is no authenticated member we default to 'name'. Default sort is: name.

Response

guests

Number of guests when the attendance was taken on the member

id

Unique identifier for the attendance

member

Member who RSVP'd

bio

Intro of member

event_context

Member's context within the event. Only returned in the context of an event

host

Boolean indicator for whether this member is a host for the event

id

Numeric member ID

name

Name of member

photo

Member photo, if available. Members who registered via Facebook may not have highres photos

base_url

A base url that can be use to construct a photo url from its components

highres_link

Link for full sized photo

id

Numeric photo ID

photo_link

Link for standard sized photo

thumb_link

Link for thumbnail sized photo

type

Type of photo. One of "event" or "member"

role

The leadership role of this member within the group, if any. Value may be one of assistant_organizer, coorganizer, event_organizer, organizer

title

Organizer defined title of member. May be absent if not defined

pay_status

The member's pay status for ticketed events returned with "pay_status" is requested with the "fields" parameter.

Visible only to the member and the lead team. May be one of "refunded", "partial_refund", "refund_pending", "pending", "echeck_pending", "paid", "none", or "exempt"

rsvp

RSVP, if member originally RSVP'd

answers

Answers to event survey questions. Visible only to the posting member, hosts and the lead team

answer

Answer text for question

question

Question text

question_id

Unique number identifier for question

updated

The last time this answer was updated

guests

Number of guests when the member rsvped

id

Unique identifier for the rsvp

response

Member's original RSVP response. May be one of: 'yes', 'no', 'waitlist'. If there is no corresponding attendance status for the memer, only 'yes' and 'no' will be returned.

updated

Last modified time of the attendance status, in milliseconds since the epoch

status

The member's attendance status. May be one of: 'attended', 'absent', 'noshow'

updated

Last modified time of the attendance status, in milliseconds since the epoch

Attendance Taking

POST /:urlname/events/:id/attendance
  • json
Host: api.meetup.com
  • basic
api version 3

Takes member attendance for an event. Limited for use by administrative members.

Request Parameters

The :urlname path element may be any valid group urlname or domain name. The :id path element must be a valid alphanumeric Meetup event identifier. Highlighted fields are required.

guests

The number of guests accompanying member. Maximum of guests allowed is 99. If the field is empty the guest count is either populated using the rsvp guest count or the guest count from the existing attendance status for the corresponding member. If no guest count is found it defaults to 0.

member

MemberId of member we are taking attendance on

status

An attendance status for the provided members. Must be one of: noshow, absent, attended

Response

guests

Number of guests when the attendance was taken on the member

id

Unique identifier for the attendance

member

Member who RSVP'd

bio

Intro of member

event_context

Member's context within the event. Only returned in the context of an event

host

Boolean indicator for whether this member is a host for the event

id

Numeric member ID

name

Name of member

photo

Member photo, if available. Members who registered via Facebook may not have highres photos

base_url

A base url that can be use to construct a photo url from its components

highres_link

Link for full sized photo

id

Numeric photo ID

photo_link

Link for standard sized photo

thumb_link

Link for thumbnail sized photo

type

Type of photo. One of "event" or "member"

role

The leadership role of this member within the group, if any. Value may be one of assistant_organizer, coorganizer, event_organizer, organizer

title

Organizer defined title of member. May be absent if not defined

pay_status

The member's pay status for ticketed events returned with "pay_status" is requested with the "fields" parameter.

Visible only to the member and the lead team. May be one of "refunded", "partial_refund", "refund_pending", "pending", "echeck_pending", "paid", "none", or "exempt"

rsvp

RSVP, if member originally RSVP'd

answers

Answers to event survey questions. Visible only to the posting member, hosts and the lead team

answer

Answer text for question

question

Question text

question_id

Unique number identifier for question

updated

The last time this answer was updated

guests

Number of guests when the member rsvped

id

Unique identifier for the rsvp

response

Member's original RSVP response. May be one of: 'yes', 'no', 'waitlist'. If there is no corresponding attendance status for the memer, only 'yes' and 'no' will be returned.

updated

Last modified time of the attendance status, in milliseconds since the epoch

status

The member's attendance status. May be one of: 'attended', 'absent', 'noshow'

updated

Last modified time of the attendance status, in milliseconds since the epoch

API methods

v3 batch