Skip to content

Commit aff3f0d

Browse files
DEVDOCS-6590 - Add customerId to get super admin details response (#1148)
<!-- Ticket number or summary of work --> # [DEVDOCS-6590] ## What changed? We are now adding the customerId field to the response of this endpoint so that developers do not need to call multiple APIs to identify a Super Admin by their email address. ## Release notes draft Added `customerId` field to the Get Super Admin Details v3 api endpoint ping @bc-terra [DEVDOCS-6590]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6590?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 4429ad3 commit aff3f0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/b2b-edition/specs/api-v3/super_admin/super_admin.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,10 @@ paths:
412412
allOf:
413413
- $ref: "#/components/schemas/superAdminResponse"
414414
- properties:
415+
customerId:
416+
type: integer
417+
description: 'Customer ID of the Super Admin account.'
418+
example: 343
415419
extraFields:
416420
$ref: "#/components/schemas/extraFieldsArray"
417421
'404':

0 commit comments

Comments
 (0)