# Output data format

# Response to API request.


Every response is formated as plain JSON. This is response to https://<your_app_subdomain>.user.com/api/public/users/ PUT request.

# Response

{
  "count": 1,
  "next": null,
  "previous": null,
  "results": [
    {
      "id": 13,
      "key": "rjBhpR4Y2hjM",
      "name": "Sandy Garden",
      "email": null,
      "gender": "unknown",
      "status": "visitor",
      "phone_number": "",
      "first_seen": null,
      "last_seen": null,
      "page_views": 0,
      "last_ip": null,
      "timezone": null,
      "city": null,
      "country": null,
      "unsubscribed": false,
      "browser_language": null,
      "browser": null,
      "os_type": null,
      "resolution": null,
      "created_at": "2016-08-02T14:57:58.500280Z",
      "updated_at": "2016-08-02T14:57:58.500307Z",
      "attributes": [],
      "gravatar_url": null,
      "lists": [],
      "tags": [],
      "notifications": true
    }
  ]
}