Skip to content
Teams

Add a team member

Understanding how to use FeatureOS API to build custom integrations.

This endpoint creates a new team member.

POST https://api.featureos.app/api/v3/teams
curl -X POST '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.
Authorization - Generate a unique JWT token specific to a user.

Query Parameters

Parameter Required Format Description
email true Email Valid email of the team member
role true String Valid roles (supports 'admin', 'member' and 'csm')

Sample Response