---
title: "Retrieve a list of contacts and staff who can be added as guests to an event"
method: GET
path: "/CalendarPotentialGuests"
tags: ["CalendarPotentialGuests"]
---

# Retrieve a list of contacts and staff who can be added as guests to an event

`GET /CalendarPotentialGuests`

An ineditable list of contacts and staff who can be added as guests to an event. 

####ObjectID: 174####
This is the ID of the Object. It can be used in generic object calls, or in places that need the objectID param.

## Query parameters

- `start` integer
- `range` integer
- `search` string
- `guestmode` integer

## Response `200`

Successfully retrieved list of potential guests

- Response
  - `code` integer, required
  - `data` object, required
  - `account_id` integer, required

## Other responses

- `403` — No permissions

---

[API](https://skmtc.net/ontraport/apis/ontraport-api.md) · [All operations](https://skmtc.net/ontraport/apis/ontraport-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ontraport/ontraport-api/revisions/edcd035d71f5/schema)
