Suspended Users
Product update • Dec 11th, 2024
Suspend and re-activate users
Instead of deleting users when they leave the company, you can now suspend them from the workspace.
Suspended users will remain visible in the console and activity logs but will no longer have access to the workspace.
You can reactivate these users at any time if they return and need to resume their work.

External API impact
Suspended users will now be included in the external API response if the query parameter include_suspended=true
is provided (default is false
).
Additionally, a suspended_at
property will be exposed for each user.
Read more on our API change log here
Updated 5 months ago