From aa2f6f16eb663b06b490d50f774a7f4822d1d0f7 Mon Sep 17 00:00:00 2001 From: Surya Raman Date: Thu, 25 Jun 2026 14:09:02 -0400 Subject: [PATCH] Update Register an App: role requirements + nav path Per customer (Akamai) feedback relayed via Oswaldo Peralta: - Correct the base-role requirement for App Registration to Manager, Global Admin or Account Owner. - Update step 3 to reflect the current UI: select Developer Tools, then App Registration. Screenshot refresh (app-registration-nav.png) to follow separately. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/app-integration-development/03-Register-an-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-integration-development/03-Register-an-App.md b/docs/app-integration-development/03-Register-an-App.md index dd653e6..df74690 100644 --- a/docs/app-integration-development/03-Register-an-App.md +++ b/docs/app-integration-development/03-Register-an-App.md @@ -8,11 +8,11 @@ tags: [app-integration-development] When you log into a developer account, you'll be taken straight to the App Registration page. If you're on a PagerDuty customer account, follow these steps: -**Note:** App Registration is available only to users with a base role of User or Manager (Advanced Permissions) and above. +**Note:** App Registration is available only to users with a base role of Manager, Global Admin or Account Owner. 1. Log in to your PagerDuty account. 2. From the top menu, select **Integrations**. -3. Select **App Registration** from the menu to navigate to the **My Apps** page. +3. Select **Developer Tools**, then **App Registration** from the menu to navigate to the **My Apps** page. ![Screenshot of dev menu in Pagerduty](../../assets/images/app-registration-nav.png)