Parameters
Example Output
Workflow Library Example
Add User Account with Passwordstate and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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?