2
API REST - Domain Settings - AddUser
Question asked by Nicolas Fertig - 6/13/2019 at 11:44 PM
Unanswered
Hello,


For create it is a big input post data. What are the mandatory data? do I have to go through the whole?

Regards,
Giuseppe Damiani

1 Reply

Reply to Thread
0
Nicolas Fertig Replied
Hello,

I can add user with this input data

POST api/v1/settings/domain/user-put

{
  "userData": {
    "userName": "point",
    "adUsername": null,
    "fullName": "Pepe Grande",
    "password": "***********************",
    "securityFlags": {
      "authType": 0,
      "authenticatingWindowsDomain": null,
      "isDomainAdmin": false
    },
    "isPasswordExpired": false,
    "userMailSettings": {
      "maxSize": 104857600
    }
  }
}
User is created, but maxSize and fullName is not updated.




Reply to Thread