External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Create Customer
Create a new customer in a specified service organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Contact Email | The email of the organization unit’s contact. |
| Contact First Name | The first name of the organization unit’s contact. |
| Contact Last Name | The last name of the organization unit’s contact. |
| Contact Phone | The phone number of the organization unit’s contact. |
| Contact Phone Extension | The phone extension of the organization unit’s contact. |
| Contact Title | The title of the organization unit’s contact. |
| Customer Name | The username of the new customer. |
| External ID | The external ID of the organization unit. |
| License Type | The license type of the organization unit. |
| Service Organization ID | The ID of the service organization to create the customer in. |
| Parameter | Description |
|---|---|
| City | The city where the organization unit is located. |
| Contact Department | The department of the organization unit’s contact. |
| Country | The country where the organization unit is located. Must be two characters country code. For example, CA for Canada.For the full list of country codes, refer to ISO 3166-1 alpha-2. |
| Postal Code | The postal code of the organization unit’s location. |
| State/Province | The state or province where the organization unit is located. |
| Street Address 1 | The first line of street organization unit’s address. |
| Street Address 2 | The second line of street organization unit’s address. |
{
"customerName": "New customer name",
"contactFirstName": "first name",
"contactLastName": "last name",
"licenseType": "Professional",
"externalId": "extId",
"phone": "phone",
"contactTitle": "contact title",
"contactEmail": "contact@email.com",
"contactPhone": "(123)456-7890",
"contactPhoneExt": null,
"contactDepartment": "Support",
"street1": "One Street",
"street2": "",
"city": "Ottawa",
"stateProv": "Ontario",
"country": "CA",
"postalCode": "A1A 1A1"
}
Was this page helpful?