Create Team
Create a new team in your HubSpot account. This endpoint allows you to define the team’s name, parent team, and members. The request body must include the team’s name and members. Upon successful creation, the response will include the URL of the newly created team resource.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
An array of team members to be assigned to the new team. Each member is represented by a TeamMemberAssignment object. This is a required field.
The name of the team to be created. This is a required field and must be a string.
The unique identifier of the parent team, if the new team is a sub-team. This is an optional field and must be a string if provided.