Disable user accounts via API
Taylor Jennings
Chili Piper's API doesn't have a disable endpoint following enterprise platform conventions. The current workaround (revoking all licenses) doesn't match the standard disable pattern that integration platforms like Sailpoint or Okta expect, where disabled accounts remain visible in the user list with a deactivated status, can't log in, and can't be added to new groups or workspaces.
An API endpoint to disable user accounts that prevents login, removes permissions and group memberships, and marks the account as disabled or deactivated in the user list, without deleting the user record entirely.
Supports enterprise identity management integrations that need to disable accounts as part of offboarding or access control workflows without removing the user from the system.