The Wayback Machine - https://web-wp.archive.org/web/20141010134835/http://www.meetup.com:80/meetup_api/docs/2/member/

Extend your community

Member Get

GET /2/member/:id
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

Retrieve a single member

Try it in the console

Request Parameters

Only authorization parameters are needed.

fields
comma-separate list of optional fields

Response

bio
A description of the member
birthday
If the authorized is the current member, the member's birthday based on provided information
day
Day of birth
month
Month of birth
year
Year of birth
country, city, state
Country, City, (and for the US, State) the member has provided
email
Member's email address, if requested in fields parameter. This item is only included if the currently authenticated user is the founder of a Meetup Everywhere in which the member has elected to share an email address.
facebook_connection
Optional response field. Only returned for the members matching the authenticated member if the authenticated member has connected their Facebook account to their Meetup account
status
The current status of the member's Facebook connection. Status may be one of: 'active', if you have an active Facebook connection or 'inactive', if your previous active connection was deactivated.
gender
Optional fields parameter. Members can only see their own gender. May be one of none, other, female, male
hometown
Hometown of member
id
The member's id
joined
Date and time a member joined in milliseconds since the epoch
lang
The member's current language preference. Returned only when the member in the response matches the authenticated member
lat, lon
Latitude and longitude coordinates of the members reported city
link
URL to the member's profile page on meetup.com
membership_count
Optional field indicating the number of active memberships this member has. If the member has a hidden group preference, this will return 0.
messagable
Returned when the "fields" parameter is set to "messaging_pref". Returns "true" if the authenticated member can message them, "false" otherwise.
messaging_pref
Returned when the "fields" parameter is set to "messaging_pref". This specifies the members preference for being contacted from members on the site. Possible values are "orgs_only", "groups_only", "all_members"
name
The member's name
other_services
Third-party services associated with the member account
[service-name]
This element is flickr, tumblr, twitter, or linkedin
identifier
identifier for the service, a username or URL
photo
The member's photo if available
highres_link
URL for the photo at its maximum size
photo_id
Photo ID
photo_link
URL for a standard size of the photo
thumb_link
URL for a thumbnail of the photo
photo_url
Link to the profile photo of the member
photos
List of all the member's photos returned as an array of the representation of the photo property
privacy
Optional fields parameter. Defines preferences for visibility of certain attributes only returned for the authenticated member
bio
may be 'hidden' or 'visible'
facebook
may be 'hidden' or 'visible'. If absent, the member has not connected their Facebook account to Meetup
groups
may be 'hidden' or 'visible'
photos
may be 'hidden' or 'visible'
topics
may be 'hidden' or 'visible'
reachable
Optional fields parameter. If querying by group and the authorized member is an organizer the member's group, this will return false when the member's email address is known to bounce and true otherwise
self
Optional field, details particular to the authorized user.
common
What the authorized user and queried member have in common
friends
Members who are Facebook friends with both members
groups
Groups the members both belong to
topics
A sampling of 50 topics this member has subscribed to. Only appears if the queried user has not hidden them, or if the authenticated and queried user are the same
id
Topic ID
name
Topic name
urlkey
Unique keyword used to identify this topic
visited
Date and time of member's last activity in milliseconds since the epoch

Member Edit

POST /2/member/:id
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

Edit the authorized member's attributes

Request Parameters

This method requires tls. Only the authorized user may edit their own properties. A city may be provided by either a city_id or a combination of lat and lon

add_topics
Comma-delimited list of topics ids to add to your alert list
bio
Free form text passage about you. must be less than 250 characters
bio_privacy
Controls the visibility of the member's bio. May be one of hidden, visible
birthday
Day you were born. Format should be in the form of yyyy or mmddyyyy. A value of -1 indicates that birthday data should be cleared.
city
City name for your location
city_id
Valid city id from /2/cities method
country
Valid country code for your location
facebook_privacy
Controls the visibility of the member's facebook connection. May be one of hidden, visible. If the member has not connected their Facebook account, attempts to set this preference will do nothing.
gender
Your gender (used for better recommendations). Valid values are be one of none, other, female, male
groups_privacy
Controls the visibility of the member's groups. May be one of hidden, visible
hometown
Hometown of member. Can not be longer than 64 characters
lang
Language preference used on the site. Valid values are en_us, de, es, fr, it, pt
lat
latitude of city
lon
longitude of city
messaging_pref
This specifies the member's preference for being contacted from members on the site. Possible values are "orgs_only" meaning only group organizers can contact you, "groups_only" meaning only members of your group can contact you, or "all_members" meaning all members may contact you.
name
The name of the current member
photo_id
A valid photo_id from the member's photos to set as the main profile photo. A value of 0 will unset the current photo
photos_privacy
Controls the visibility of the member's photos. May be one of hidden, visible
radius
radius, in miles to search for city given a lat and lon. default 25.0, max 100.0
remove_topics
Comma-delimited list of topic ids to remove from your alert list
sync_photo
When set to true, this parameter will sync all of the group profile photos for the member with the provided photo_id
topics_privacy
Controls the visibility of the member's topics. May be one of hidden, visible
zip
Valid zip code for city

Response

bio
A description of the member
birthday
If the authorized is the current member, the member's birthday based on provided information
day
Day of birth
month
Month of birth
year
Year of birth
country, city, state
Country, City, (and for the US, State) the member has provided
email
Member's email address, if requested in fields parameter. This item is only included if the currently authenticated user is the founder of a Meetup Everywhere in which the member has elected to share an email address.
facebook_connection
Optional response field. Only returned for the members matching the authenticated member if the authenticated member has connected their Facebook account to their Meetup account
status
The current status of the member's Facebook connection. Status may be one of: 'active', if you have an active Facebook connection or 'inactive', if your previous active connection was deactivated.
gender
Optional fields parameter. Members can only see their own gender. May be one of none, other, female, male
hometown
Hometown of member
id
The member's id
joined
Date and time a member joined in milliseconds since the epoch
lang
The member's current language preference. Returned only when the member in the response matches the authenticated member
lat, lon
Latitude and longitude coordinates of the members reported city
link
URL to the member's profile page on meetup.com
membership_count
Optional field indicating the number of active memberships this member has. If the member has a hidden group preference, this will return 0.
messagable
Returned when the "fields" parameter is set to "messaging_pref". Returns "true" if the authenticated member can message them, "false" otherwise.
messaging_pref
Returned when the "fields" parameter is set to "messaging_pref". This specifies the members preference for being contacted from members on the site. Possible values are "orgs_only", "groups_only", "all_members"
name
The member's name
other_services
Third-party services associated with the member account
[service-name]
This element is flickr, tumblr, twitter, or linkedin
identifier
identifier for the service, a username or URL
photo
The member's photo if available
highres_link
URL for the photo at its maximum size
photo_id
Photo ID
photo_link
URL for a standard size of the photo
thumb_link
URL for a thumbnail of the photo
photo_url
Link to the profile photo of the member
photos
List of all the member's photos returned as an array of the representation of the photo property
privacy
Optional fields parameter. Defines preferences for visibility of certain attributes only returned for the authenticated member
bio
may be 'hidden' or 'visible'
facebook
may be 'hidden' or 'visible'. If absent, the member has not connected their Facebook account to Meetup
groups
may be 'hidden' or 'visible'
photos
may be 'hidden' or 'visible'
topics
may be 'hidden' or 'visible'
reachable
Optional fields parameter. If querying by group and the authorized member is an organizer the member's group, this will return false when the member's email address is known to bounce and true otherwise
self
Optional field, details particular to the authorized user.
common
What the authorized user and queried member have in common
friends
Members who are Facebook friends with both members
groups
Groups the members both belong to
topics
A sampling of 50 topics this member has subscribed to. Only appears if the queried user has not hidden them, or if the authenticated and queried user are the same
id
Topic ID
name
Topic name
urlkey
Unique keyword used to identify this topic
visited
Date and time of member's last activity in milliseconds since the epoch

API methods

everywhere seed events

Sign up

Meetup members, Log in

By clicking "Sign up" or "Sign up using Facebook", you confirm that you accept our Terms of Service & Privacy Policy