Create a user account.

Parameters

ParameterDescription
Email AddressThe email address of the user to create.
First NameThe first name of the user to create.
PasswordThe password of the user.
SurnameThe surname of the user to create.
User IDThe ID of the user to create.

Example Output

[
	{
		"UserID": "domain\\fbloggs",
		"FirstName": "Fred",
		"Surname": "Bloggs",
		"EmailAddress": "fbloggs@domain.com",
		"Password": "NA",
		"Department": "",
		"Office": "",
		"UserPrincipleName": "fbloggs@fomain.com",
		"SiteID": "0",
		"APIKey": "Redacted"
	}
]

Workflow Library Example

Add User Account with Passwordstate and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop