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

Group Profile search

GET /find/:urlname/members
  • json
Host: api.meetup.com
  • basic
api version 3

Find group member profiles by name. Member's who very recently joined or left the group may not be immediately searchable

Try it in the console

Request Parameters

A valid :urlname path parameter is required

This endpoint uses HTTP Link header based pagination.

fields

A comma-delimited list of optional fields to append to the response

order

Orders results according to definitions listed below. May be one of "name" or "closest_match"

page

Number of requested members to return. Defaults to 50

query

The name to search for

Ordering

closest_match

Ordered by closest match to the provided query

name

Orded by the name of the member

Response

Returns a list of profile objects encoded as JSON

bio

Member bio. When profile does not belong to the authenticated member, this may be omitted if member opted to hide their bio from others

birthday

Returned only when the fields request parameter value includes 'birthday' and only for the authenticated member when defined

day

Numeric day member was born. May be absent if not defined

month

Numeric month member was born. May be absent if not defined

year

Year member was born

city

City associated with Member's location

country

Country code associated with Member's location

email

Member email address. Provided only if a profile belongs to the authenticated member

gender

Returned only when the fields request parameter value includes "gender" and only for the authenticated member. Value may be one of "female", "male", "none", or "other". This field may be absent where gender is not defined

group_profile

Meetup Group profile information. This field is only returned when profile is requested in group contexts

answers

Array of answers to Group Profile questions

answer

Answer text

question

Question text

question_id

Unique numeric question identifier

created

The time this member joined the Group, represented as milliseconds since the epoch

group

The group associated with this membership

group_photo

Group photo

id

Numeric group ID

join_mode

Who can join this group and how. One of "approval", "closed", or "open"

key_photo

Group primary photo

localized_location

City/State or City/Country of the group

name

Name of the group

photo_gradient

Color combination used generate group duotone

status

Status of the group

urlname

Urlname used to identify the group on meetup.com

who

What the group calls its members

intro

Member intro, may be omitted if member opted to hide their intro from other members

link

Member profile link, provides a link to the members chapter profile

role

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

status

Membership status in this Group. Value may be one of active, blocked, pending, pending_payment or none

title

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

updated

The last time this member edited their Group profile, represented as milliseconds since the epoch

visited

The last time this member visited the Group, represented as milliseconds since the epoch

id

Unique numeric identifier for the member

is_pro_admin

Returns true if the member is an active admin of an active meetup pro network

joined

Time member joined, represented as milliseconds since the epoch

lat

Geographic latitude associated with Member's location

localized_country_name

Name of country associated with Member's location

lon

Geographic longitude associated with Member's location

messaging_pref

The member's preference for being contacted from other members on the platform. Returned only when the fields request parameter value includes "messaging_pref". May be one of the following: "all_members", "groups_only", or "orgs_only"

name

Display name for the member

other_services

An object whose key's are the names of associated external networks and values are identities within those networks. The keys may be one of facebook, flickr, linkedin, tumblr or twitter. Returned only when "fields" request parameter value includes "other_services"

identifier

A unique string identifier

url

A url for this identity. May be the same as identifier in some cases

photo

Member photo. May be absent if member has not chosen one. In group contexts, the Member's Group profile photo will be returned.

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"

privacy

Member's privacy preferences Returned only when the "fields" request parameter value includes "privacy"

bio

may be 'hidden' or 'visible'

facebook

may be 'hidden' of 'visible'. If absent, the member has not connected their Facebook account to Meetup

groups

may be 'hidden' or 'visible

topics

may be 'hidden' or 'visible'

self

Represents the authenticated member's relation to member. Returned when "fields" request parameter value includes "self" and the target member is not the authenticated member

actions

List of actions available for the authenticated member to perform. Currently only "message" is supported

blocks

Boolean indication of whether or not the authenticated member blocks this member

common

Information the authenticated member has in common with this member

groups

List of common groups

friends

Boolean indication of whether or not the authenticated member is a friend of the member

state

State associated with Member's location, where available

status

a string with one of the following values: {'active', 'prereg', 'unknown'}

API methods

v3 batch