POST
/
team_members
Add team members
curl --request POST \
  --url https://{workspace}.neetocal.com/api/external/v1/team_members \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <x-api-key>' \
  --data '{
  "organization_role": "Standard",
  "emails": [
    "oliver@example.com",
    "jane@example.com"
  ]
}'
{
  "message": "<string>"
}
Replace {your-workspace} with your workspace’s subdomain.
Learn how to find your subdomain in Identifying your subdomain.

Headers

X-Api-Key
string
required

You can generate an API key from the NeetoCal API Keys dashboard.

Body

application/json

Response

200
application/json

OK - Users added successfully

The response is of type object.