Skip to content

agent_add

df-dbx edited this page Sep 30, 2019 · 2 revisions

agent_add

https://zingtree.com/api/agent_add/{{apikey}}/{{agent login}}

Adds a no-login agent to your organisation, so access must be through SSO

Example

https://zingtree.com/api/agent_remove/…token…/bwinters@zingtree.com

{
    "op": "agent_add",
    "count": 1,
    "agent_name": "Bob Winters",
    "agent_login": "bwinters@zingtree.com"
}

Note: count returns 0 if operation runs into Schröd-zinger's agent

Clone this wiki locally