put https://{controlPlaneURL}/api/svc/v1/teams
Creates a new team or updates an existing team. It ensures that the team name is unique, valid, and that the team has at least one member. The members of the team are added or updated based on the provided emails.
Log in to see full request history
Responses
400Bad Request. This can happen due to:
Team Name passed cannot be same as Default Team Name.
Team needs to have atleast one member.
Team Name has to be unique.