POST /membershipRequest
Create a membership request and send an email notification to the administrators of the team. The Team must be specified. Optionally, the creator may include a message and/or expiration date for the request. If no expiration date is specified then the request never expires.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/membershipRequest
Parameters
acceptRequestEndpoint optional |
The portal end-point for one-click acceptance of the membership request. A signed, serialized token is appended to create the complete: JoinTeamSignedToken In normal operation, this parameter should be omitted. |
notificationUnsubscribeEndpoint optional |
The portal prefix for one-click email unsubscription. A signed, serialized token is appended to create the complete: NotificationSettingsSignedToken. In normal operation, this parameter should be omitted. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | MembershipRequest (application/json) |
Response Object | MembershipRequest (application/json) |