Agent Blacklist
Add to Agent Blacklist
POST
/
agent-blacklist
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
agentId
string
requiredThe ID of the agent.
userIdentify
required
A single user identifier or an array of user identifiers to blacklist.
Response
200 - application/json
id
string
requiredThe ID of the blacklist entry.
agentId
string
requiredThe ID of the agent.
userIdentify
string
requiredThe identifier for the blacklisted user (e.g., email, phone number, IP address).
organizationId
string
requiredThe ID of the organization.
agent
object
Was this page helpful?