List Group Relationships
Returns a list of group relationships - a given owner can have one membership record, but multiple admin records
<Info title="Required scopes">
> `groups:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Query parameters
count
The number of rows to return
page_token
The token to pass to get the next or previous portion of the collection
organization
Indicates the results should be filtered by organization
owner
Indicates the results should be filtered by owner <br>
One Of:
- Organization Membership URI - `https://api.calendly.com/organization_memberships/AAAAAAAAAAAAAAAA`
- Organization Invitation URI - `https://api.calendly.com/organizations/AAAAAAAAAAAAAAAA/invitations/BBBBBBBBBBBBBBBB`
group
Indicates the results should be filtered by group
Response
OK
collection
The set of group relationship records matching the criteria
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error