title: List Users keywords:
- list users
- get
- list
- users
List users with pagination.
GEThttps://api.aitronos.com/v1/user/
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.
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/user/" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}