GET - Get group attendees details

Purpose

This API is used to get the group attendees details of a specific event in the user's calendar.

Request URL

https://calendar.zoho.com/api/v1/calendars/<CALENDAR_UID>/events/<EVENT_UID>/groupattendeestatus

OAuth Scope

scope=ZohoCalendar.event.ALL

(or)

scope=ZohoCalendar.event.READ

A​LL - Full access to events

READ - Get events

Request Parameters

  • groupIdlong, mandatory
    • Group Unique identifier. The group UID for which the attendees' details should be retrieved.

Sample Request

Copiedhttps://calendar.zoho.com/api/v1/calendars/calendaruid/events/eventuid/groupattendeestatus?groupId=61234527

Sample Response

Copied{
        "GRP_MEM_OBJ" : {
                "53703592": {
                       "eid": "user@zohocorp.com",
 "photo": "https://contacts.zoho.com/file?t=user&fs=thumb&ID=53703592",
  "rsvp": "yes"
             }
        }
}