Receive a list of users by internal customer ID

Supported Formats

json

Params

Param name Description
internal_customer_id
required

The customers internal ID in your webshop. It is used to fetch a list of corresponding users in Lipscore system.


Value:

Must be a String

api_key
required

API key (a 24 character unique code)


Value:

Must be a String

Examples

GET /users?internal_customer_id=84021&api_key=889c3f3e4b6ac67269261324

Response
[ { "id": 56634, "name": "John Doe", "avatar_thumb_url": "https://static.lipscore.com/avatars/000/000/000/thumb_000000005936.jpg", "short_name": "John", "email": "johndoe@example.com" } ]