a year ago
Changes to GET/20190206/users API route
On 1 May 2023 at 1300 UTC (2 May 2023 at 2300 AEST), the following changes will be made to the GET /20190206/users
API route:
- This route will no longer return API tokens. The
GET /20190206/api-tokens
route should be used instead - This route will no longer return DELETED users by default. The existing 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 will return a 404 HTTP status code if theuser_id
provided has the status of DELETED. Previously, this would return the archived record
If you have questions or concerns regarding the changes, please reach out by raising a support case.