fossa_list_addable_team_targets
Find which users, projects, and release groups are missing from a FOSSA team so you can add them. Supports filtering by target and release group to show exactly what remains to be included.
Instructions
List what could still be added to a FOSSA team: the users, projects, and release groups that are not in it yet.
Read-only. Targets: "users" is the organization's users who are not members,
"projects_and_release_groups" is everything assignable to the team with a
type discriminator on each entry, and "release_group_projects" narrows that
to the projects inside one release group — FOSSA requires every project of a
release group to be on the team before the release group itself can be added,
so that target answers "what is still missing". It takes release_group_id
and, unlike the other two, returns the whole set with no paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | ||
| target | Yes | ||
| team_id | Yes | ||
| page_size | No | ||
| release_group_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||