cURL
curl --request POST \ --url https://apidev.lindo.ai/v1/workspace/team \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "role": "Team" } '
{ "success": true, "result": { "member_id": "member_abc123", "email": "[email protected]", "role": "Team", "created_date": "2024-01-15T10:30:00Z" } }
Adds a team member to the workspace with ‘Team’ role.
Enter your API key (starts with lindo_sk_)
Email address of the team member to add
"[email protected]"
Role for the team member (workspace level)
Team
"Team"
Team member added successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?