Group Invites
POST {{_endpoint}}/services/data/v{{version}}/chatter/groups/group/:GROUP_ID/invite
Invite internal and external users to join a group.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status Created
{
"invitations": [
{
"email": "testemail1@sfdcpostman.com",
"status": "Invited",
"userId": ""
},
...
]
} |
ENDPOINTS