Skip to main content
GET
/
group_relationships
List group relationships
curl --request GET \
  --url https://api.calendly.com/group_relationships \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE. Request the minimum scopes your integration needs. See the Scopes catalog for the full list.

Query Parameters

organization
string<uri>
required

URI of the organization.

user
string<uri>
group
string<uri>
count
integer
default:20

Number of results to return per page (1-100).

Required range: 1 <= x <= 100
page_token
string

Opaque cursor for retrieving the next page of results.

Response

200

OK