Skip to main content

Changes to GET/20190206/users API

Stax
Stax
Stax Team

As announced on 6th April 2023, the following changes were made to the GET /20190206/users API route:

  1. This route no longer returns API tokens. The GET /20190206/api-tokens route should be used instead

  2. 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

  3. The GET /20190206/users/{user_id} route now returns a 404 HTTP status code if the user_id provided has the status of DELETED. Previously, this would return the archived record