MCP documentation | MCP docs for agents

ark_set_customer_managers

ark.set_customer_managers

Replace the assigned manager users for a visible customer with the exact provided ARK user list.

Availability
Expanded preview
Scopes
customers:write
ARK permissions
canEditCustomer
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

customerIdstringrequired

Visible ARK customer ID.

format: uuid

managerIdsarray<string>required

Exact active ARK user IDs to assign as customer managers. Send an empty array to clear managers.

max items: 100

Result

The tool returns the canonical ark.set_customer_managers operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.