Get User Profile
/v3/userTo query for ALL users under this merchant.
Request Parameters:
No request parameter is required for this endpoint.
Response Parameters
Array of user object
Example: (Refer to explanation below)
Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)
Example: "SUCCESS"
Array of store object (item):
User ID
Example: “8190656045166232716”
First name of user
Example: “MOHAMED”
Last name of user
Example: “YUSSUF”
Country code of user contact number
Example: "60"
Phone number of user
Example: "377334080"
Email address of user
Example: "yussuf@revenuemonster.my"
Public URL to show user’s avatar
Example: "https://storage.googleapis.com/rm-prod-asset/img/avatar.png"
Current status of user
Example: “ACTIVE”
Store ID
Example: "6170506694335521334"
User active or deactivated status
Example: true
Creation date time of user
Example: "2018-02-12T08:53:13Z"
Last update date time of user
Example: "2018-02-12T08:53:13Z"