infomaniak_lock_drive_user
Lock a kDrive user to prevent access. Uses two-phase commit with confirmation token to ensure safe mutation.
Instructions
Lock a kDrive user through POST /2/drive/{drive_id}/users/{user_id}/lock. Two-phase commit with current user guard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |||