This endpoint allows customers with partner API key to create new teams and access them with a single API key
Field | Type | Description |
---|---|---|
team_name | string | Required. The desired name for the new team. |
owner_email | string | Optional. The email of the team owner. If not provided, the owner of the parent team will automatically become the team owner of the created team. |
<team_id>
Replace <team_id>
with the child team_id obtained during team creation.
When the x-authenticate-team
header is missing in a request, the action will be performed in the context of the parent team. For example:
Add connector
request with team ID in the header adds connector to the child team with ID specified in the headerAdd connector
without a team ID will add a connector to the parent team