Import team members
Understanding how to use FeatureOS API to build custom integrations.
This endpoint imports a list of team members. The maximum number of team members that you can import is 50 per call.
POST
https://api.featureos.app/api/v3/teams/import
curl -X POST 'https://api.featureos.app/api/v3/teams/import' \
-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. |
| Authorization | - | Generate a unique JWT token specific to a user. |
Query Parameters
| Parameter | Required | Format | Description |
|---|---|---|---|
| team | true | Array | Array of team members to be imported. Follow the same format as the create team member API. |