Returns a list of users that belong to the current project. The users are returned sorted by creation date, with the most recently created users appearing first.
GET
/
users
List all users
Copy
curl --request GET \ --url https://api.proficientai.com/users \ --header 'Key: <api-key>'