Skip to content

Commit

Permalink
feat(iam): allow updating a Member's email (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 19, 2024
1 parent baaca82 commit 53c1e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/iam/v1alpha1/iam_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,9 @@ type UpdateUserRequest struct {

// Tags: new tags for the user (maximum of 10 tags).
Tags *[]string `json:"tags,omitempty"`

// Email: new email for the user (only available on Members).
Email *string `json:"email,omitempty"`
}

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

0 comments on commit 53c1e83

Please sign in to comment.