Removal of a static field from Users API response

Effective from March 16, 2021


We will remove the field activated from the responses of the following Users API endpoints:

  • GET /users
  • POST /users
  • GET /users/find
  • GET /users/me
  • GET /users/{id}
  • PUT /users/{id}

Why is it going to change?

We are removing the activated field from these endpoints because the value of the field is static - it is always set to true.


See the full Changelog post here.

1 Like