MCP documentation | MCP docs for agents

ark_assign_user_to_teams

ark.assign_user_to_teams

Replace a non-driver organization user's team assignments and default team in one admin action.

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

Organization user ID to update.

format: uuid

teamIdsarray<string>required

Replacement team assignments for the non-driver user.

min items: 1; max items: 100

defaultTeamIdstringrequired

Default team ID. Must be included in teamIds.

format: uuid

Result

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