Views:
Last updated: 2/3/2026 4:33:11 PM
Note
Note
Business role: Distributor (T1) and ISP (T1)
This API is used to create a downstream partner company under the API caller's company.
The identity of the created partner company can be MSP:
  • MSP (Managed Service Provider): An MSP has its own business model, sells TrendAI™ products and services under its own brand (white labeling), and takes the ownership of end customers and customer support. TrendAI™ is responsible for supporting the MSP.

Request

HTTP Request

[POST] /LMPI/v3/partners/onboarding

Parameters

Request Body

{
	"company": {
		"type": "MSP",
		"data_center": "US",
		"name": "Stay Green Greenery",
		"country": "US"
	},
	"contact": {
		"first_name": "trend",
		"last_name": "micro",
		"email": "tm@trendmicro.com"
	}
}
Name
Type
Description
Validation
Required Parameters
company.type
string
The downstream partner's role.
Possible values include:
  • MSP
Valid partner type
company.data_center
string
The downstream partner's data center.
Possible values include:
  • US
  • CA
  • UK
  • EU
  • SG
  • JP
  • AU
  • IN
Valid partner data center
company.name
string
The name of the downstream partner company.
1-128 characters
company.country
string
The country code of the country where the downstream partner company is located.
ISO 3166-1 alpha-2 country code
contact.first_name
string
The contact person's first name.
1-50 characters
contact.last_name
string
The contact person's last name.
1-50 characters
contact.email
string
The contact person's email address.
1-128 characters with email format (limited to letters, numbers, hyphens, periods, underscores, and "@")
Optional Parameters
company.industry
string
The industry code of the downstream partner company.
For more information, see Company industry codes.
0-3 characters
company.size
string
The company size code of the downstream partner company.
For more information, see Company size codes.
0-2 characters
company.state
string
The state where the downstream partner company is located.
0-64 characters
company.city
string
The city where the downstream partner company is located.
0-64 characters
company.address
string
The address of the downstream partner company.
0-128 characters
company.postal_code
string
The postal code of the downstream partner company.
0-10 characters

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{
    "token": "A5CLJY2IRTOCT6NYECIHHJNCXMSUGRLOE2HFTSQMAWFGPU..."
	"onboarding_link": "https://activation.trendmicro.com/partner?t=A5CLJY2IRTOCT6NYECIHHJNCXMSUGRLOE2HFTSQMAWFGPU..."
}
Name
Type
Description
Length
token
string
The token string of the onboarding link.
1-300 characters
onboarding_link
string
The URL the partner can use to onboard to TrendAI Vision One™ for Service Providers.
1-300 characters