list_agents
Retrieve all agent accounts assigned to your store. Use this to audit external access and verify agent roles and permissions.
Instructions
取得商店的代理人帳號清單。
【用途】 查看商店目前設定的代理人帳號,代理人通常用於 客服、業務等特定角色的操作授權。適合確認代理人 配置或了解有哪些外部帳號有商店操作權限。
【呼叫的 Shopline API】
GET /v1/agents
【回傳結構】 dict 含 total, agents[]。 每個 agent 包含 id, name, email, role, enabled, created_at 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||