Question
Can I find a list of all suppressed users in my Segment workspace and then bulk unsuppress them?
Product
Segment
Environment
Segment Console
Answer
Yes, you can find your suppressed users and unsuppress them. You can complete this action yourself by using Segment's public API endpoints.
To bulk unsuppress your users, follow these steps:
Retrieve your current list of suppressed users by calling the list suppressions API endpoint.
Programmatically unsuppress those users by calling the create workspace regulation API endpoint with the regulation type parameter set to
UNSUPPRESS.