Team Management
Add or invite a team member
POST
Add or invite a team member
Authorizations
Path Parameters
Body
application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.superserve.ai/teams/{team_id}/members \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action": "added",
"platform": true
}curl --request POST \
--url https://api.superserve.ai/teams/{team_id}/members \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action": "added",
"platform": true
}