cURL
curl --request GET \ --url https://api.klavis.ai/user/ \ --header 'Authorization: Bearer <token>'
{ "users": [ { "userId": "<string>", "createdAt": "<string>" } ], "totalCount": 123, "page": 123, "pageSize": 123, "totalPages": 123 }
Retrieve all users that have been created under your account, with support for pagination.
Your Klavis AI API key.
Number of results per page (max 1000)
1 <= x <= 1000
Page number to retrieve (starting from 1)
x >= 1
Successful Response
List of users
Show child attributes
The external user ID
The timestamp when the user was created
Total number of users across all pages
Current page number
Number of results per page
Total number of pages