pub async fn update_user(
configuration: &mut Configuration,
params: UpdateUserParams,
) -> Result<UserResponse, Error<UpdateUserError>>
Expand description
Update a user. Only users with the role of superuser
can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Two-factor attributes are not editable via this endpoint.