Skip to main content

Get User Profile

GET/v3/user

To query for ALL users under this merchant.

Request Parameters:

No request parameter is required for this endpoint.

Response Parameters

itemObject[]

Array of user object

Example: (Refer to explanation below)

codeString

Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)

Example: "SUCCESS"


Array of store object (item):
idString

User ID

Example: “8190656045166232716”

firstNameString

First name of user

Example: “MOHAMED”

lastNameString

Last name of user

Example: “YUSSUF”

countryCodeString

Country code of user contact number

Example: "60"

phoneNumberString

Phone number of user

Example: "377334080"

emailString

Email address of user

Example: "yussuf@revenuemonster.my"

avatarUrlString

Public URL to show user’s avatar

Example: "https://storage.googleapis.com/rm-prod-asset/img/avatar.png"

statusString

Current status of user

Example: “ACTIVE”

storeIdString

Store ID

Example: "6170506694335521334"

isActiveBoolean

User active or deactivated status

Example: true

createdAtDateTime

Creation date time of user

Example: "2018-02-12T08:53:13Z"

updatedAtDateTime

Last update date time of user

Example: "2018-02-12T08:53:13Z"