GetUserProfile

Retrieve a user profile from the given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. id (integer)
  4. Required. User profile identifier.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. updated_at (dateTime)
  4. Entry last modification date.

  5. id (integer)
  6. User profile identifier.

  7. sf_guard_user_id (integer)
  8. User identifier.

  9. countries_id (integer)
  10. Country identifier.

  11. is_billing (boolean)
  12. Information indicating whether the profile contains billing or delivery data.

  13. is_default (boolean)
  14. Information indicating whether the user profile is default.

  15. full_name (string)
  16. First and last name.

  17. address (string)
  18. Address.

  19. address_more (string)
  20. Continuation of the address.

  21. code (string)
  22. Postal code.

  23. town (string)
  24. City.

  25. phone (string)
  26. Phone number.

  27. company (string)
  28. Company name.

  29. vat_number (string)
  30. VAT number.

  31. name (string)
  32. Name. (Deprecated / backward compatibility)

  33. surname (string)
  34. Surname. (Deprecated / backward compatibility)

  35. street (string)
  36. Street. (Deprecated / backward compatibility)

  37. house (string)
  38. House number. (Deprecated / backward compatibility)

  39. flat (string)
  40. Flat number. (Deprecated / backward compatibility)