Guest User

response of user login

a guest
Apr 14th, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.36 KB | None | 0 0
  1. {
  2.   "success": true,
  3.   "message": "Successfully login.",
  4.   "error_code": "200",
  5.   "data": {
  6.     "_id": "57a817719d037580668b54c7",
  7.     "address": "nsnsnd",
  8.     "birth_date": 776284200000,
  9.     "city_id": "57920ee71fa083240a8b4e50",
  10.     "country_id": "5790c66a5984b83f1fb51e12",
  11.     "email": "test@gmail.com",
  12.     "first_name": "Test",
  13.     "gender": "male",
  14.     "gp_surgery_id": "",
  15.     "ISD_code": "+44",
  16.     "last_name": "Test",
  17.     "middle_name": "Test",
  18.     "nhs_detail": null,
  19.     "pharmacy_id": "",
  20.     "phone_number": "1234567891",
  21.     "state_id": "57920e7e1fa083240a8b4e2d",
  22.     "zip_code": "6001",
  23.     "status": "approved",
  24.     "status_message": "Your status is approved",
  25.     "payment_pending": false,
  26.     "quickblox_details": {
  27.       "id": 16032407,
  28.       "owner_id": 50719,
  29.       "full_name": "d d",
  30.       "email": "d@gmail.com",
  31.       "login": "d@gmail.com",
  32.       "phone": null,
  33.       "website": null,
  34.       "created_at": "2016-08-06T07:03:29Z",
  35.       "updated_at": "2016-08-06T07:03:29Z",
  36.       "last_request_at": null,
  37.       "external_user_id": null,
  38.       "facebook_id": null,
  39.       "twitter_id": null,
  40.       "blob_id": null,
  41.       "custom_data": null,
  42.       "twitter_digits_id": null,
  43.       "user_tags": null,
  44.       "password": "57a58bbe2f132"
  45.     },
  46.     "auth_token": "57a817719d037580668b54c7"
  47.   },
  48.   "validations_errors": []
  49. }
Add Comment
Please, Sign In to add comment