# Add team Create the teams Not rquired, will default to "Team #X" with "X" being the total number of teams. If player ids are included in the request for each team, then those players will be assigned to the team when the team is created. Endpoint: POST /v1/events/{eventId}/teams Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" ## Request fields (application/json): - `name` (string) Name Example: "Team #1" - `playerIds` (array) Player Ids to initially assign to the team