Invite Actions
Accepts a pending invitation using the invite ID or code
Path parameters
inviteIdstring · uuidRequiredExample:
Unique ID of the invite to accept
invite123-def6-7890-abcd-ef1234567890Responses
200
Invitation accepted successfully
application/json
500
Internal server error
application/json
post
/memberships/invites/{inviteId}/acceptRejects a pending invitation
Path parameters
inviteIdstring · uuidRequiredExample:
Unique ID of the invite to reject
invite123-def6-7890-abcd-ef1234567890Body
reasonstringOptionalExample:
Optional reason for rejecting the invitation
Not interested at this timeResponses
200
Invitation rejected successfully
application/json
500
Internal server error
application/json
post
/memberships/invites/{inviteId}/rejectLast updated