cURL
curl --request GET \ --url http://localhost:3000/v2/users/lastNumber \ --header 'x-API-Key: <api-key>'
{ "number": 1042 }
Get the highest user number currently in use in the system. This is typically used for generating the next sequential user number.
Last user number retrieved successfully
The highest user number in use
1042
Was this page helpful?