Changes to GET/20190206/users API
As announced on 6th April 2023, the following changes were made to the GET /20190206/users API route:
- This route no longer returns API tokens. The 
GET /20190206/api-tokensroute should be used instead - This route no longer returns DELETED users by default. The previous behavior was to return all users regardless of their status. To get a list of deleted users, you will need to explicitly request it with the 
status_filterquery string, e.g./users?status_filter=DELETED - The 
GET /20190206/users/{user_id}route now returns a 404 HTTP status code if theuser_idprovided has the status of DELETED. Previously, this would return the archived record