MCP documentation | MCP docs for agents

ark_set_user_backup_users

ark.set_user_backup_users

Replace a broker user's backup-user assignments for absence coverage and outgoing email CC workflows.

Availability
Expanded preview
Scopes
admin:write
ARK permissions
None
Team visibility
Not entity-scoped
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

userIdstringrequired

Broker user ID whose backup-user assignments should be replaced.

format: uuid

backupUserIdsarray<string>required

Replacement backup user IDs. Use an empty array to clear all backup users.

max items: 50

Result

The tool returns the canonical ark.set_user_backup_users 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.