Contents
Changelog
ADDED
Effective from:
February 29, 2024
New field added to
Users API
Announced: March 12, 2024
Effective from:
February 29, 2024
February 29, 2024
Between the 29th of February and 4th of March, we rolled out the possibility of deleting users permanently from a company account upon deactivation. Deleted users’ personal information, including their name, email, phone number and profile picture, will be deleted and replaced with “(deleted user)”, whereas their non-personal data will remain visible.
What is changing?
To indicate this new user’s status, we’ll include a new response boolean field is_deleted: true | false
to the following endpoints in Users API
:
GET
endpoints/v1/users
,/v1/users/find
,/v1/users/me
,/v1/users/{id}
POST /v1/users
PUT /v1/users/{id}
If you have any questions or comments, please let us know in the Developer’s Community.