List all team members
Understanding how to use FeatureOS API to build custom integrations.
This endpoint lists all kinds of team members.
GET
https://api.featureos.app/api/v3/teams
curl -X GET 'https://api.featureos.app/api/v3/teams' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
| Parameter | Format | Default | Description |
|---|---|---|---|
| role | String | - | Valid roles (supports 'admin', 'member' and 'csm') |
| limit | Integer | 30 | Limits the number of results returned. |
| page | Integer | 1 | Page number of the results to fetch. |