cURL
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>" }
This API allows to add team members in the workspace.
{your-workspace}
You can generate an API key from the NeetoCal API Keys dashboard.
OK - Users added successfully
The response is of type object.
object