The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /membershipInvitation/{id}/inviteeId

Set the inviteeId of a MembershipInvitation. A valid InviteeVerificationSignedToken must have an inviteeId equal to the id of the authenticated user and a membershipInvitationId equal to the id in the URI. This call will only succeed if the indicated MembershipInvitation has a null inviteeId and a non null inviteeEmail. See https://sagebionetworks.jira.com/wiki/spaces/PLFM/pages/143628166/Invite+a+new+user+to+join+a+team for more information.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/membershipInvitation/{id}/inviteeId

Resource URL Variables
{membershipInvitationId}
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method PUT
Request Object InviteeVerificationSignedToken
(application/json)
Response Object None