fossa_list_users
List FOSSA organization users with pagination, search, and sorting, or fetch a single user by ID to view roles, teams, and API token metadata.
Instructions
List the users in the FOSSA organization, or fetch one user by numeric id.
Read-only. The default is FOSSA's paginated user list: page_size is capped
at 50, search matches username, email, or full name, and sort takes a
field_asc / field_desc pair. Passing user_id fetches that single user
instead, with their organization role, team memberships, and API token
metadata — token names and ids, never token values.
Setting include_all switches to FOSSA's older unpaginated endpoint, which
returns every user in one response. FOSSA marks it deprecated and it supports
neither search nor sort, so it is not the default.
Service accounts appear in these listings alongside people, flagged by
isServiceAccount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| search | No | ||
| user_id | No | ||
| page_size | No | ||
| include_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||