Invite Actions

Accept an invitation

post
/memberships/invites/{inviteId}/accept

Accepts a pending invitation using the invite ID or code

Path parameters
inviteIdstring · uuidRequired

Unique ID of the invite to accept

Example: invite123-def6-7890-abcd-ef1234567890
Responses
chevron-right
200

Invitation accepted successfully

application/json
successbooleanOptional

Whether the action was successful

Example: true
messagestringOptional

Action result message

Example: Invitation accepted successfully
post
/memberships/invites/{inviteId}/accept

Reject an invitation

post
/memberships/invites/{inviteId}/reject

Rejects a pending invitation

Path parameters
inviteIdstring · uuidRequired

Unique ID of the invite to reject

Example: invite123-def6-7890-abcd-ef1234567890
Body
reasonstringOptional

Optional reason for rejecting the invitation

Example: Not interested at this time
Responses
chevron-right
200

Invitation rejected successfully

application/json
successbooleanOptional

Whether the action was successful

Example: true
messagestringOptional

Action result message

Example: Invitation accepted successfully
post
/memberships/invites/{inviteId}/reject

Last updated