Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4269a89

Browse files
authored
Merge pull request #2552 from magento-commerce/imported-mikeweis-devdocs-9160
[Import] Update users.md
2 parents d1a20f1 + 22a7867 commit 4269a89

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/marketplace/eqp/v1/users.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ GET /rest/v1/users/:mage_id?style=summary
2525
By default, requests for profile data return all fields.
2626
You can limit the amount of data that the request returns by using the `style=summary` option.
2727

28-
The following example shows the request/response body for retrieving all profile data:
28+
The following example shows the request/response body for retrieving all profile data.
29+
30+
|Selected Fields|Type|Description|
31+
|-------------|-----|-----------------|
32+
|send_newsletter|boolean|Whether to receive emails about policies and announcements|
2933

3034
**Request:**
3135

@@ -56,6 +60,7 @@ curl -X GET \
5660
"malware_status": "pass"
5761
},
5862

63+
"send_newsletter": true,
5964
"tos_accepted_version": "1.0",
6065
"tos_accepted_date": "2018-11-16 01:23:45",
6166
"is_company": false,
@@ -404,4 +409,4 @@ GET /rest/v1/users/:mage_id/reports/refunds
404409
```
405410

406411
[1]: https://developer.magento.com
407-
[2]: https://developer-stg.magento.com
412+
[2]: https://developer-stg.magento.com

0 commit comments

Comments
 (0)