v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
addPortalAgent portal_sales_agents
Add a new seller portal sales agent
post/ops/sales-agents
Request body
Example request
{
"email": "alice@example.com",
"external_agent_id": "abc123",
"name": "abc123",
"phone": "abc123",
"seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"seller_store_id": "abc123",
"topi_relevant": false
}Response
Created response.
Example response
{
"email": "alice@example.com",
"external_agent_id": "abc123",
"id": "auth0|63881a171828b3997ad1b3fc",
"language": "abc123",
"last_login": "1970-01-01T00:00:01Z",
"name": "abc123",
"phone": "abc123",
"seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"seller_store_id": "abc123",
"status": "abc123",
"topi_relevant": false
}