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

Download Open API Spec

JoinTeamSignedToken

org.sagebionetworks.repo.model.JoinTeamSignedToken

Signed token containing the information needed to join a new user to a team.

Field Type Description
concreteType STRING
hmac STRING The hash message authentication code for the message.
version INTEGER The version of the key used to generate the HMAC.
expiresOn STRING The date-time when this token expires.
createdOn STRING The date-time the token was generated.
userId STRING The ID of the user who is acting to add the new member to the Team. The HMAC in the token authenticates that the request is being made by this user.
teamId STRING The ID of the team which the user was invited to join.
memberId STRING The ID of the new team member.