How to Suspend or Delete an Admin — Clarification on Parameters | Community
Skip to main content

We would like to understand how to suspend or delete an admin within our Intercom setup. Specifically:

  • What are the steps for suspending or deleting an admin?

  • What parameters or conditions can be used to identify these actions?

  • Can we use has_inbox_seat for this purpose? If not, please explain why it cannot be used or if there's an alternative.

Additionally, once an admin is suspended or deleted, we would like to:

  • Fetch that updated status or

  • Have that event trigger a webhook so we can sync the admin's status on our side in real time.

Please confirm if this is possible and share the best approach to implement it.

Looking forward to your guidance on this.

Hey ​@Alpha test, Emily here from Support Engineering at Intercom 👋🏼

 

Only Teammates with full account access are eligible to request permanent deletion of a teammate. 


To request this information you will need to provide the email address and/or admin_ID, in addition to removing the teammate from your workspace. To delete a teammate, go to Settings > Workspace > Teammates, click the green Edit button to the far right of their name, then select the "🗑️️ Remove teammate" button.

 

For real-time status updates, Intercom provides webhook topics for admin events, including:

  • admin.added_to_workspace
  • admin.removed_from_workspace
  • admin.logged_in
  • admin.logged_out

You can use these webhooks to sync admin status changes on your side.

 

Hope this info helps! 💪🏼


Reply