a year ago
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-tokens
route 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_filter
query string, e.g./users?status_filter=DELETED
- The
GET /20190206/users/{user_id}
route now returns a 404 HTTP status code if theuser_id
provided has the status of DELETED. Previously, this would return the archived record