cURL
curl --request GET \ --url https://core-api.getaptly.com/api/users \ --header 'x-token: <api-key>'
{ "data": [ { "_id": "user_abc123", "name": "Jane Smith", "role": "Admin" }, { "_id": "user_def456", "name": "John Doe", "role": "Member" } ] }
Returns all active users for the company associated with the API key.
Documentation IndexFetch the complete documentation index at: https://docs.getaptly.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt
Use this file to discover all available pages before exploring further.
List of users.
Show child attributes