team.user.delegate
Delegates a deactivated profile (team_user_id) to an active member (target_team_user_id). The delegated profile’s email is rewritten to delegate-xxx@manus.im and the original email is preserved in original_email. Pre-checks: the source must be currently INACTIVE, the target must be an active non-delegated member, and the source cannot be the team owner.
Authorizations
Body
ID of the deactivated profile being delegated.
1 - 64"123456"
ID of the active member receiving the delegation.
1 - 64"654321"
Post-delegation role for the source profile. Required — MIGRATED_PROFILE_ROLE_UNSPECIFIED is rejected. Use MIGRATED_PROFILE_ROLE_MEMBER to activate as a regular member, MIGRATED_PROFILE_ROLE_FREE_GUEST to activate as a free guest, or MIGRATED_PROFILE_ROLE_DEACTIVATED to keep the profile deactivated under the new assignee.
MIGRATED_PROFILE_ROLE_MEMBER, MIGRATED_PROFILE_ROLE_FREE_GUEST, MIGRATED_PROFILE_ROLE_DEACTIVATED