Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
[ { "id": "user-uuid-1", "email": "admin@acme.com", "name": "Admin User", "role": "admin", "isActive": true }, { "id": "user-uuid-2", "email": "employee@acme.com", "name": "John Doe", "role": "employee", "isActive": true } ]
List all users in the organization
Show User object
bash cURL curl "https://api.hitler.app/api/users" \ -H "Authorization: Bearer YOUR_TOKEN"