Skip to content

Commit f37723e

Browse files
authored
feat(iam): make sur e-mail optional in CreateUser (#1456)
1 parent 2200b86 commit f37723e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/clients/src/api/iam/v1alpha1/validation-rules.gen.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export const CreateSSHKeyRequest = {
5656
}
5757

5858
export const CreateUserRequestMember = {
59+
email: {
60+
ignoreEmpty: true,
61+
},
5962
password: {
6063
ignoreEmpty: true,
6164
maxLength: 72,

0 commit comments

Comments
 (0)