Create a partner
Creates a partner in the organisation resolved from the authenticated API key.
Beyond name and domain, you can set configuration in the same call: assign a tierId, set the lifecycle phaseId, designate a partnerOwnerId, and publish an experienceTemplateId (optionally scoping its portal access with portalAccess).
The endpoint is create-or-update: when a partner with the same name/domain already exists, it is patched with the supplied settings rather than duplicated. A freshly created partner returns 201; a matched (updated) partner returns 200.
Authorizations
Introw API key shown once when the credential is created.
Body
Partner display name.
1 - 200Partner company domain, when known.
1 - 255Access mode used when publishing the partner's portal. Only takes effect together with experienceTemplateId.
RESTRICTED_USERS, RESTRICTED_DOMAINS Identifier of the tier to assign to the partner.
1Identifier of the experience template to publish for the partner.
1Identifier of the lifecycle phase to assign to the partner.
1Identifier of the Introw user to assign as the partner owner.
1Response
Partner created successfully.