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>'
A string that uniquely identifies the user within your project. Ensure that this is the ID that you use to identify the user in your system e.g. database ID, Firebase Auth ID etc. Failing to do so may cause unexpected bugs and errors in your application.