update-account
Modify an existing user account's contact details, permissions, timezone, and configuration. Use for profile updates and access control adjustments.
Instructions
Update an existing user account with new information including contact details, permissions, timezone settings, and account configuration. Use for profile management and access control updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Account holder name | |
| No | Email address | ||
| access | No | Account access level | |
| active | No | Active status (1=active, 0=inactive) | |
| avatar | No | Avatar URL or file path | |
| timezone | No | Account timezone (e.g., America/New_York) | |
| account_id | Yes | The account ID (account_id) | |
| edit_rights | No | Edit permissions (0=none, 1=limited, 2=full) | |
| view_rights | No | View permissions (0=none, 1=limited, 2=full) | |
| account_type | No | Account type (1=admin, 2=member, 3=view-only) | |
| department_filter_id | No | Department filter ID for restricted access |