Skip to main content
GET
/
users
/
_list
Get active users
curl --request GET \
  --url https://api.gospott.com/users/_list \
  --header 'x-api-key: <api-key>'
{
  "users": [
    {
      "userId": "<string>",
      "name": "<string>",
      "email": "<string>",
      "avatarUrl": "<string>",
      "deactivatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Response

Successfully retrieved the list of active users.

users
object[]
required

Array of active users in the tenant