Invite Actions
Path parameters
inviteIdstring · uuidRequiredExample:
Unique ID of the invite to accept
invite123-def6-7890-abcd-ef1234567890Responses
200
Invitation accepted successfully
application/json
successbooleanOptionalExample:
Whether the action was successful
truemessagestringOptionalExample:
Action result message
Invitation accepted successfully500
Internal server error
application/json
post
/memberships/invites/{inviteId}/acceptPath 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
successbooleanOptionalExample:
Whether the action was successful
truemessagestringOptionalExample:
Action result message
Invitation accepted successfully500
Internal server error
application/json
post
/memberships/invites/{inviteId}/rejectLast updated