This action will add an existing community member to a specific space in your Circle community.
- API endpoint slug
- circle.add_member_to_space
- Filter code method
- Circle.addMemberToSpace.skip(string?: reason)
- Runtime method
- runAction("circle.add_member_to_space", {})
Action fields
- Label
- Email address
- Helper text
- The member's email address (must already exist in the community — use Invite a member first if not).
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- Circle.addMemberToSpace.setEmail(string: email)
- Label
- Space
- Helper text
- Which space should the member be added to?
- Slug
- space_id
- Required
- true
- Can have default value
- false