The Create Group Member API is a great way to assign members to specific groups using the API
To assign users to groups using the API, the workflow is:
- Query for groups
-
- Request: GET api.mobilize.io/v1/groups
- find group you want to add the user to
- Find User ID
-
- Options:
- Assign member to group
-
- Request:
-
-
- POST api.mobilize.io/v1/groups/<groupid>/members)
- Body: { "user_id": <userid>, "registration_status": "accepted" }
-
Comments
0 comments
Article is closed for comments.