Update Team

Updates the properties of an existing team, such as its name or type. With user permissions, the team must be one the requesting user has edit access to. With admin permissions, any team belonging to the account can be updated.

Path Params
number
required

ID of the team to update.

Body Params
string
required

The team's name. Max length of name is 80 characters.

Headers
string

If the requesting user is an account owner, team admin, or team manager with the required permissions and they make
the request with the value of “admin” as this header and include an admin scope, the request will be made using
their admin permissions.

Responses

400

Bad Request. Occurs if the name in the request body is empty or exceeds the maximum allowed length.

403

Forbidden. if the user making the request does not have access to the specified team. if the team is not directly accessible by the authenticated user or does not exist. * if the team is managed via SCIM. Use the SCIM Groups API to modify SCIM-managed teams.

409

Conflict. Occurs if a team already exists with an identical name.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json