Approves one or more requests for group membership
The :urlname path element may be any valid group urlname or domain name. If you need access to your group's welcome message, you can access it from the /2/groups method, providing a value of welcome_message for the fields parameter. To get a list of pending members, as an organizer, you can request the status pending in the /2/profiles method.
A successful request will result in a simple JSON-encoded message with an HTTP 200 response.
Approve requests for membership in your group
curl 'http://api.meetup.com/your-group/member/approvals' -d 'key=API_KEY&member=123,456'
{"message":"ok"}
Members 123 and 456 will get an email notification
Declines one or more requests for group membership
The :urlname path element may be any valid group urlname or domain name. To get a list of pending members, as an organizer, you can request the status pending in the /2/profiles method.
A successful request will result in a simple JSON-encoded message with an HTTP 200 response
Decline requests for membership in your group
curl -X DELETE 'http://api.meetup.com/your-group/member/approvals?key=API_KEY&member=123,456'
{"message":"ok"}
Members 123 and 456 will get an email notification
Meetup members, Log in
By clicking "Sign up" or "Sign up using Facebook", you confirm that you accept our Terms of Service & Privacy Policy
everywhere comments