Allows sending invitations to people to join a group.
InvitedMembers are accessed via /api/invitedmember
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in InvitedMemberProperties.
See "Related Objects" in Introduction for how to use them.
The Group this invited member belongs to.
The services used to fetch and manipulate invited members.
POST /api/invitedmember
Returns the same as a normal read.
GET /api/invitedmember/xxx
Returns:
{ "id" : "xxx", "email" : "joe@user.email", ... }
There is no update (PUT) resource for Invited Member.
DELETE /api/invitedmember/xxx
Returns:
{ "success" : 1 }
POST /api/invitedmember/xxx/accept
Returns a Member object.