Views:
Last updated: 12/5/2024 11:47:11 AM
Note
Note
Business role: Distributor (T1) and ISP (T1)
This API is used to register the Remote Manager Service for the specified MSP.
The Remote Manager Service enables MSPs to manage products or services for customers. Only MSPs can enable the Remote Manager Service.

Request

HTTP Request

[POST] /LMPI/v3/partners/rm

Parameters

Request Body

{
   "partner_id" : "7719b30b-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
   "dc_code":"22"
}
Name
Type
Description
Validation
Required Parameters
partner_id
string
The unique identifier of the partner company seeking to have the Remote Manager Service enabled.
GUID format
dc_code
string
The code of the data center of the Remote Manager Service.
Possible values include:
  • 08: EU
  • 22: Other regions
Valid data center code

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
N/A