Organization
Retrieve the data for your Organization
GET
https://api.servicebell.com/public/api/v1/org
Retrieve the listing of Users in your Organization
GET
https://api.servicebell.com/public/api/v1/org/team
Scrub the Visitor records for users matching the given IDs & emails
POST
https://api.servicebell.com/public/api/v1/org/<ID>/visitorscrub
Request Body
Name | Type | Description |
---|---|---|
identities* | List<str> | List of customId and email strings. |
Last updated