Skip to main content
GET
/
v1
/
users
List users
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.salesask.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

OK

users
object[]