GET /portal/user/{email}ΒΆ

Get a single user.

Path parameters:

Name

Type

Description

email

string, required

retailer portal user email address

Query parameters:

Name

Type

Description

email

string, required

retailer portal user email address

pretty

boolean, optional, default: false

readable output formatting

Example request:

This request will fetch a single client.

GET /portal/users/me@example.com HTTP/1.1
Host: api.ereceipts.co.uk
Accept: application/json

Example response:

HTTP/1.1 200 OK
Content-Length: 46
Content-Type: application/json; charset=UTF-8

{
  "group": "group10",
  "status": "active"
}