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
200

Invitation accepted successfully

application/json
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
200

Invitation rejected successfully

application/json
post
/memberships/invites/{inviteId}/reject

Last updated