Skip to main content
Get a registration token for a customer by its ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Customer IDThe ID of the customer. Can be obtained by using the List Customers action.

Example Output

{
	"data": {
		"registrationToken": "2f64ee5e-7c37-dce7-ffd2-d32912609623",
		"registrationTokenExpiryDate": "2024-05-01T23:59:00-04:00[America/New_York]"
	}
}

Workflow Library Example

Get Customer Registration Token with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop