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 response is of type object.
object
Was this page helpful?