External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get Org Unit Registration Token
Get a registration token for an organization unit 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 |
|---|---|
| Organization Unit ID | The ID of the organization unit. Can be obtained by using the List Organization Units action. |
{
"data": {
"registrationToken": "2f64ee5e-7c37-dce7-ffd2-d32912609623",
"registrationTokenExpiryDate": "2024-05-01T23:59:00-04:00[America/New_York]"
}
}
Was this page helpful?