Add preferred_name to request payload when creating account

This commit is contained in:
Benedikt Kulmann
2020-09-09 10:57:39 +02:00
parent 1965469ae6
commit 729fd3b5c8
2 changed files with 4 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@@ -177,6 +177,7 @@ const actions = {
body: {
account: {
on_premises_sam_account_name: account.username,
preferred_name: account.username,
mail: account.email,
password_profile: {
password: account.password