Initiates a channel partner link between a distributor and a reseller, or between resellers in an n-tier reseller channel. Invited partners need to follow the inviteLinkUri provided in the response to accept. After accepting the invitation, a link is set up between the two parties. You must be a distributor to call this method.
Possible error codes:
PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.
INVALID_ARGUMENT: Required request parameters are missing or invalid.
ALREADY_EXISTS: The ChannelPartnerLink sent in the request already exists.
NOT_FOUND: No Cloud Identity customer exists for provided domain.
INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support.
UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-13 UTC."],[[["This method establishes a channel partner link between a distributor and a reseller, or between resellers within a multi-tier channel, requiring the invited party to accept via the provided `inviteLinkUri`."],["The process involves a `POST` HTTP request to `https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/channelPartnerLinks`, using the `account_id` as the required path parameter."],["The request body must include an instance of the `ChannelPartnerLink` resource, and upon success, the response body returns a newly created `ChannelPartnerLink` instance."],["This method is restricted to distributor accounts and requires the `https://www.googleapis.com/auth/apps.order` OAuth scope for authorization."],["The `PERMISSION_DENIED`, `INVALID_ARGUMENT`, `ALREADY_EXISTS`, `NOT_FOUND`, `INTERNAL`, and `UNKNOWN` are some of the potential error codes that may be returned by this API."]]],[]]