infomaniak_cancel_user_pending_invitations
Cancel a user's pending account invitations using a two-phase commit to delete only invitations still pending when applied.
Instructions
Cancel pending account invitations for a user. Two-phase commit: first call returns the pending invitation list and confirmation token; second call deletes only invitations still pending in the fresh apply prefetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Infomaniak account user ID. | |
| account_id | Yes | Infomaniak account/organization ID. | |
| confirmation_token | No | Token returned by the plan phase. Required to apply cancellations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||