Skip to content

Commit 53c1e83

Browse files
authored
feat(iam): allow updating a Member's email (scaleway#2312)
1 parent baaca82 commit 53c1e83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/iam/v1alpha1/iam_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,6 +2223,9 @@ type UpdateUserRequest struct {
22232223

22242224
// Tags: new tags for the user (maximum of 10 tags).
22252225
Tags *[]string `json:"tags,omitempty"`
2226+
2227+
// Email: new email for the user (only available on Members).
2228+
Email *string `json:"email,omitempty"`
22262229
}
22272230

22282231
// This API allows you to manage Identity and Access Management (IAM) across your Scaleway Organizations, Projects and resources.

0 commit comments

Comments
 (0)