avanan_update_msp_user
Update an MSP user's profile including name, email, role, login methods, and notification preferences by providing the user ID and all required fields.
Instructions
Update an MSP user by ID. All fields are required per the SmartAPI spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | MSP user ID. | |
| firstName | Yes | User first name. | |
| lastName | Yes | User last name. | |
| Yes | User email address. | ||
| role | Yes | User role. | |
| directLogin | Yes | Allow password login to the MSP portal. | |
| samlLogin | Yes | Allow SAML login to the MSP portal. | |
| viewPrivateData | Yes | Allow the user to view private data on customer portals. | |
| sendAlerts | Yes | Send customer tenant alerts to this user. | |
| receiveWeeklyReports | Yes | Send weekly reports from customer tenants to this user. |