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

Download Open API Spec

POST /team

Create a new Team. The passed request body may contain the following fields:

  • name - Give your new Team a name. The name must be unique, not used by an existing Team (required).
  • description - a short text description of the Team's purpose (optional).
  • icon - a fileHandle ID for an icon image file previously uploaded to Synapse (optional).

To specify a Team icon, the icon file must first be uploaded to Synapse as FileHandle (see File Services). The FileHandle ID can then be put into the Team's icon field.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/team

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object Team
(application/json)
Response Object Team
(application/json)