Skip to content

Commit cb8e35a

Browse files
authored
feat(audit_trail): add phone number to account user info (scaleway#2594)
1 parent 0ea5627 commit cb8e35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/audit_trail/v1alpha1/audit_trail_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ type AccountOrganizationInfo struct{}
155155
// AccountUserInfo: account user info.
156156
type AccountUserInfo struct {
157157
Email string `json:"email"`
158+
159+
PhoneNumber *string `json:"phone_number"`
158160
}
159161

160162
// KeyManagerKeyInfo: key manager key info.

0 commit comments

Comments
 (0)