AladiaDocs
Api referenceCalendarsMembers

Get the invitation link of a member

Get the invitation link of a calendar

GET
/v2/calendars/{calendarId}/members/invitation-link

Get the invitation link of a calendar

AuthorizationBearer <token>

In: header

Path Parameters

calendarId*string

Query Parameters

role*string

Value in

  • "calendar-owner"
  • "calendar-organizer"
  • "calendar-scheduler"
  • "calendar-participant"
organizationId*string

Response Body

application/json

curl -X GET "https://example.com/v2/calendars/string/members/invitation-link?role=calendar-owner&organizationId=string"
{}