Update Userput https://{server}/api/v2.1/admin/users/{user_id}/Update a user's details. See the parameter list for the detailed description of each entry.Path Paramsuser_idstringrequiredThe unique user id in the form [email protected]. This is not the email address of the user.Body Paramsis_staffbooleanDefaults to falsetrue or false if the user will be an (system) admin. false by default.truefalseis_activebooleanDefaults to truetrue or false if the user could log in. true by default.truefalserolestringUpdate their role. For details about roles, refer to SeaTable Roles and Permissions.namestringFull name of the user.login_idstringOptional login ID. Valid only if the system configuration allows login ID.contact_emailstringThe contact email address of the user.id_in_orgstringThe team ID of the user, could be a student's ID or employee ID. String.unitstringBusiness unit. Only valid if the system configuration allows the feature.passwordstringLogin password of the user.institutionstringInstitution. Only valid if the system configuration allows the feature.row_limitintegerUser's total row limit in number. For example 10000.quota_totalstringUpdate their total quota in MB.asset_quota_mbstringThe asset quota in MB.monthly_automation_limit_per_userintegerMonthly limit on the number of automation rules per user.Response 200OKUpdated about 2 years ago