From e400e67732606bf71b6c50f842e0fd9b61257cb8 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Tue, 14 Jan 2025 17:35:00 +0100 Subject: [PATCH] Remove the CPA query parameter for the user profile endpoint (#29852) --- api/v4/source/users.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/v4/source/users.yaml b/api/v4/source/users.yaml index 3120306bb4..139a62e410 100644 --- a/api/v4/source/users.yaml +++ b/api/v4/source/users.yaml @@ -756,12 +756,6 @@ required: true schema: type: string - - name: cpa - in: query - description: Includes the Custom Profile Attributes information if set to true. - required: false - schema: - type: boolean responses: "200": description: User retrieval successful