pub async fn teams_slash_create(
configuration: &Configuration,
org: &str,
teams_create_request: TeamsCreateRequest,
) -> Result<TeamFull, Error<TeamsSlashCreateError>>
Expand description
To create a team, the authenticated user must be a member or owner of {org}
. By default, organization members can create teams. Organization owners can limit team creation to organization owners. For more information, see "Setting team creation permissions." When you create a new team, you automatically become a team maintainer without explicitly adding yourself to the optional array of maintainers
. For more information, see "About teams".