Create a Team

post

/api/v2/teams/

Make a POST request to this resource with the following team fields to create a new team:

  • name: Name of this team. (string, required)
  • description: Optional description of this team. (string, default="")
  • organization: (id, required)

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

201 Response

Back to Top