We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaca82 commit 53c1e83Copy full SHA for 53c1e83
api/iam/v1alpha1/iam_sdk.go
@@ -2223,6 +2223,9 @@ type UpdateUserRequest struct {
2223
2224
// Tags: new tags for the user (maximum of 10 tags).
2225
Tags *[]string `json:"tags,omitempty"`
2226
+
2227
+ // Email: new email for the user (only available on Members).
2228
+ Email *string `json:"email,omitempty"`
2229
}
2230
2231
// This API allows you to manage Identity and Access Management (IAM) across your Scaleway Organizations, Projects and resources.
0 commit comments