From 4a0197dea85d7b976f0001a8c9ff6c02d5e5f8e7 Mon Sep 17 00:00:00 2001 From: Jared Hoover Date: Tue, 5 May 2026 14:04:55 -0500 Subject: [PATCH] add cross reference --- src/pages/rest/saas-integrations/login-as-customer/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/rest/saas-integrations/login-as-customer/index.md b/src/pages/rest/saas-integrations/login-as-customer/index.md index 289c45fa5..3d8e70dfb 100644 --- a/src/pages/rest/saas-integrations/login-as-customer/index.md +++ b/src/pages/rest/saas-integrations/login-as-customer/index.md @@ -11,6 +11,10 @@ keywords: The Login as Customer feature allows administrators to generate a one-time code (OTC) for a customer, then exchange it for a customer access token. This is useful for support sessions, admin UIs, scripts, or third-party integrations that need to act on behalf of a customer. + + +For information on importing customers, see the [Import API](../../modules/import/index.md#customer-imports-in-adobe-commerce-as-a-cloud-service) documentation. + ## Generate a one-time code using the REST API The POST `V1/customer/:customerId/otp` endpoint provides a programmatic way to generate an OTC for a customer. This is useful for admin UIs, scripts, or third-party integrations that need to trigger OTC issuance consistently.