archive_user
Archive a user to log them out immediately and block future login. Optionally set the departure date for records.
Instructions
Archive a user. They are logged out immediately and cannot log in.
Args: user_id: The ID of the user to archive. archive_date: The date the user left (UTC, must be in the past), ISO 8601. Shown on their archived profile and in reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| archive_date | No |