Parameter | Description |
---|---|
Email Address | The email address of the user to create. |
First Name | The first name of the user to create. |
Password | The password of the user. |
Surname | The surname of the user to create. |
User ID | The ID of the user to create. |
[
{
"UserID": "domain\\fbloggs",
"FirstName": "Fred",
"Surname": "Bloggs",
"EmailAddress": "fbloggs@domain.com",
"Password": "NA",
"Department": "",
"Office": "",
"UserPrincipleName": "fbloggs@fomain.com",
"SiteID": "0",
"APIKey": "Redacted"
}
]
Was this page helpful?