cURL
curl --request GET \ --url https://{workspace}.neetocal.com/api/external/v1/team_members \ --header 'X-Api-Key: <x-api-key>'
{ "team_members": [ { "id": "<string>", "email": "<string>", "first_name": "<string>", "last_name": "<string>", "time_zone": "<string>", "profile_image_url": "<string>", "active": true, "organization_role": "<string>" } ], "pagination": { "total_records": 123, "total_pages": 123, "current_page_number": 123, "page_size": 123 } }
This API allows to list all team members in the workspace.
{your-workspace}
You can generate an API key from the NeetoCal API Keys dashboard.
OK - Request succeeded
The response is of type object.
object