fossa_create_team
Create a FOSSA team with a default role and optional settings for user auto-adding, SCIM/SSO mapping, and team group membership.
Instructions
Create a FOSSA team.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true.
default_role_id is the team role new members receive; list the available
ids with fossa_list_roles. auto_add_users puts every new organization user
into this team automatically, which widens access without another call, so it
defaults to false. unique_identifier is an external key FOSSA stores for
SCIM and SSO mapping. team_group_ids places the new team into existing team
groups and requires the team groups feature to be enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| auto_add_users | No | ||
| team_group_ids | No | ||
| default_role_id | Yes | ||
| unique_identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||