infomaniak_update_drive_user
Update a kDrive user's profile and permissions via the Infomaniak API. Provide drive ID, user ID, and user data. Two-phase commit with confirmation token ensures changes are intentional and safe.
Instructions
Update a kDrive user through PUT /2/drive/{drive_id}/users/{user_id}. Two-phase commit with current user guard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User update payload accepted by Infomaniak's PUT /2/drive/{drive_id}/users/{user_id} endpoint. | |
| user_id | Yes | kDrive user id. | |
| drive_id | Yes | kDrive id. Discover via infomaniak_list_drives. | |
| confirmation_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||