UpdateAccountUserRequest
Request schema for updating a user in an account
passiveboolean
Whether this user is passive. Passive users do not receive direct email notifications (e.g., OAuth reconnection notices). Use this for platform/headless scenarios where the platform handles user communication.
UpdateAccountUserRequest
{
"passive": true
}