MCP documentation | MCP docs for agents
ark_update_user_commission_settings
ark.update_user_commission_settings
Update default role commissions and optionally replace customer-specific commission overrides for an organization user.
- 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
userIdstringrequiredOrganization user ID whose commission settings should be updated.
format: uuid
roleCommissionsarray<object>Default role commission updates. Omitted roles are left unchanged.
max items: 4
overridesarray<object>Full replacement customer-specific override set. Use an empty array to clear overrides.
max items: 500
Result
The tool returns the canonical ark.update_user_commission_settings 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.