Skip to main content
Get the details of a service organization by its ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Service Organization IDThe ID of the service organization. Can be obtained by using the List Service Organizations action.

Example Output

{
	"soId": 12345,
	"soName": "Enterprise SO",
	"orgUnitType": "SERVICE_ORG",
	"contactFirstName": "John",
	"contactLastName": "Doe",
	"contactEmail": "[email protected]",
	"street1": "123 Business Ave",
	"city": "Ottawa",
	"stateProv": "Ontario",
	"country": "CA",
	"postalCode": "A1A 1A1"
}

Workflow Library Example

Get Service Organization with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop