POST api/v1.0/Communities/InviteToCommunity?contactKey={contactKey}&communityKey={communityKey}
Allows the Current User to invite a specified Contact to a specified Community.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactKey |
ContactKey of the Contact to invite. |
globally unique identifier |
Required |
communityKey |
CommunityKey of the Community to invite the Contact to. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of booleanResponse Formats
application/json, text/json
Sample:
[ true, true ]
application/xml, text/xml
Sample:
<ArrayOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <boolean>true</boolean> <boolean>true</boolean> </ArrayOfboolean>