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.
cURL
curl --request GET \ --url https://core-api.getaptly.com/api/users \ --header 'x-token: <api-key>'
{ "data": [ { "_id": "abc123", "name": "Alice Smith", "role": "Admin" }, { "_id": "def456", "name": "Bob Jones", "role": "Staff" } ] }
Returns all non-archived users for the API key’s company.
List of users.
Show child attributes