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
curl --request GET \
--url https://api.proficientai.com/users \
--header 'Key: <api-key>'