cURL
curl --request GET \ --url https://integrations.salesask.com/v1/users \ --header 'x-api-key: <api-key>'
{ "users": [ { "name": "Jane Smith", "email": "jane@example.com", "lastProcessAIAction": "<string>", "lastProcessAIAt": "2023-11-07T05:31:56Z", "lastCoachDeanAction": "<string>", "lastCoachDeanAt": "2023-11-07T05:31:56Z", "lastRecordedAt": "2023-11-07T05:31:56Z", "accessedAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns all active users in your organization with their activity data.
Documentation IndexFetch the complete documentation index at: https://docs.salesask.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.salesask.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes