Get profile

GET{{API_BASE_URL}}/shop/v1/user/:user/profile

This endpoint retrieves the profile information of a specific user.

Request

  • user (path) - The unique identifier of the user.

Response

  • userId (string) - The unique identifier of the user.

  • profile (object) - The profile information of the user, which includes the following fields:

    • id (string) - The identifier of the profile.

    • salutation (string) - The salutation of the user.

    • firstName (string) - The first name of the user.

    • lastName (string) - The last name of the user.

    • email (string) - The email address of the user.

    • company (string) - The company of the user.

    • title (string) - The title of the user.

    • website (string) - The website of the user.

    • phone (string) - The phone number of the user.

    • mobile (string) - The mobile number of the user.

    • fax (string) - The fax number of the user.

    • vatId (string) - The VAT ID of the user.

    • address (object) - The address information of the user, including:

      • street (string) - The street of the address.

      • houseNumber (string) - The house number of the address.

      • postalCode (string) - The postal code of the address.

      • city (string) - The city of the address.

      • county (string) - The county of the address.

      • country (string) - The country of the address.

    • notificationPreferences (object) - The notification preferences of the user, including:

      • email (boolean) - Indicates if email notification is enabled.

      • phone (boolean) - Indicates if phone notification is enabled.

      • postMail (boolean) - Indicates if postal mail notification is enabled.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKGet profile