GetUserProfileList

Downloading a list of user profiles. The list can be shortened using the _offset and _limit parameters.

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

Input parameters

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

  3. sf_guard_user_id (integer)
  4. User profile identifier.

  5. _offset (integer)
  6. Specifies the offset of the results by a specified offset.

  7. _limit (integer)
  8. Specifies the number of results in the query.

  9. _modified_from (dateTime)
  10. Specifies the modification date from which the results will be displayed. Time in unixtime.

  11. _modified_to (dateTime)
  12. Specifies the modification date to which the results will be displayed. Time in unixtime.

Output data

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

  3. updated_at (dateTime)
  4. Date of last entry modification.

  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 specifying whether the profile contains billing or delivery data.

  13. is_default (boolean)
  14. Information specifying 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. Town.

  25. phone (string)
  26. Phone number.

  27. company (string)
  28. Company name.

  29. vat_number (string)
  30. VAT number.

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

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

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

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

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