Skip to content
Last updated

title: List Users keywords:

  • list users
  • get
  • list
  • users

List users with pagination.

GEThttps://api.aitronos.com/v1/user/

Query Parameters

skip integer optional · Defaults to 0

The skip parameter.

limit integer optional · Defaults to 100

The limit parameter.

active_only boolean optional · Defaults to false

The active only parameter.


Returns

A JSON object with the operation result.

cURL
curl -X GET "https://api.aitronos.com/v1/user/" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}