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

Download Open API Spec

GET /membershipInvitation/{id}/inviteeVerificationSignedToken

Verify whether the inviteeEmail of the indicated MembershipInvitation is associated with the authenticated user. If it is, the response body will contain an InviteeVerificationSignedToken. If it is not, a response status 403 Forbidden will be returned. InviteeVerificationSignedTokens generated by this service expire 24 hours from creation. 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}/inviteeVerificationSignedToken

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