Update Userput https://{server}/api/v2.1/org/{org_id}/admin/users/{user_id}/Update a user's details. See the parameter list for the detailed description of each entry.Path Paramsorg_idintegerrequired≥ 1The ID of your team/organization. Numeric. Get it from Get Team. Contact your team admin, if you are not the admin.user_idstringrequiredThe unique user_id in the form [email protected]. This is not the email address of the user.Body ParamsnamestringUser's full name.contact_emailstringUser's contact email.is_staffbooleanDetermines if the user account has access to the system administration area.truefalseis_activebooleanDetermines the current status of this account. An inactive account can not login anymore.truefalsequota_totalintegerUpdate their total quota in MB.id_in_orgstringThe team ID of the user, could be a student's ID or employee ID. String.Response 200OKUpdated about 2 years ago