cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/team \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "list": [ { "member_id": "member_abc123", "email": "[email protected]", "role": "Editor", "created_date": "2024-01-15T10:30:00Z" } ], "total": 5 } }
Retrieves a paginated list of workspace team members. Verifies workspace ownership via API key.
Enter your API key (starts with lindo_sk_)
Workspace team list retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?