Gets an account.
| Name | Description | Additional information |
|---|---|---|
| userId | The user ID (guid) of the account. |
Define this parameter in the request URI. |
| Name | Description | Usage |
|---|---|---|
| accountType | This will retrieve the related account type. | GET accounts/{userId}?expand=accounttype |
| addresses | This will retrieve the related list of addresses. | GET accounts/{userId}?expand=addresses |
| orders | This will retrieve the related list of orders. | GET accounts/{userId}?expand=orders |
| profiles | This will retrieve the related list of profiles. | GET accounts/{userId}?expand=profiles |
| user | This will retrieve the related user. | GET accounts/{userId}?expand=user |
| wishList | This will retrieve the related list of wish lists. | GET accounts/{userId}?expand=wishlist |