Adding support for updating users
diff --git a/openstack/identity/v2/users/results.go b/openstack/identity/v2/users/results.go
index 7261b96..9c789f1 100644
--- a/openstack/identity/v2/users/results.go
+++ b/openstack/identity/v2/users/results.go
@@ -81,3 +81,8 @@
 type GetResult struct {
 	commonResult
 }
+
+// UpdateResult represents the result of an Update operation
+type UpdateResult struct {
+	commonResult
+}