Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to product menu
Skip to main content

The purpose of this API is to add invitees to an event in Zoho Connect network.

Request URL:

https://connect.zoho.com/pulse/api/addEventInvitees

OAuth Scope:

zohopulse.events.CREATE

Request Method:

POST

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired
scopeIDNetwork in which the event is to be updated. Can be taken from the network list API.Required
streamId Stream ID to add invitees. Can be taken from the response of create event API.Required
invitedMembersUser IDs of members to be invited. Multiple IDs should be separated by a comma.Required
invitedGroupsIDs of groups to be invited. Multiple IDs should be separated by a comma.Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/addEventInvitees?scopeID=929000000015001&streamId=929000000858005&invitedMembers=2060557

Sample Response

Copied{
  "addEventInvitees": {
    "invitedUserList": [
      {
        "zuid": "2060557",
        "id": "2060557",
        "name": "Eduardo Vargas",
        "canFollow": "true"
      }
    ],
    "result": "success"
  }
}