mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Add preferred_name to request payload when creating account
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user