External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get Service Organization
Get the details of a service organization by its ID.

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 |
|---|---|
| Service Organization ID | The ID of the service organization. Can be obtained by using the List Service Organizations action. |
{
"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"
}
Was this page helpful?