getUserId.json 454 B

12345678910111213141516171819
  1. {
  2. "success": true,
  3. "errors": [],
  4. "messages": [],
  5. "result": {
  6. "id": "7c5dae5552338874e5053f2534d2767a",
  7. "email": "user@example.com",
  8. "first_name": "John",
  9. "last_name": "Appleseed",
  10. "username": "cfuser12345",
  11. "telephone": "+1 123-123-1234",
  12. "country": "US",
  13. "zipcode": "12345",
  14. "created_on": "2014-01-01T05:20:00Z",
  15. "modified_on": "2014-01-01T05:20:00Z",
  16. "two_factor_authentication_enabled": false
  17. }
  18. }