POST api/v2.0/Communities/InviteToCommunity?contactKey={contactKey}&communityKey={communityKey}

Allows the Current User to invite a specified Contact to a specified Community.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 boolean

Response 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>