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