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.
List of users.
Show child attributes