Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. ////report format
  2.  
  3. [{"userName":"fakeuserunodostres+pns_admin2@gmail.com","name":{"givenName":"Fake","familyName":"user2"},"entitlements":["spark","spark-test-account","squared-call-initiation","webex-squared"],"userStatus":"pending","id":"0ec296f1-19a4-473b-ac46-f9f66449398f","meta":{"created":"2019-06-18T23:06:21.266Z","lastModified":"2019-06-21T06:07:33.881Z","version":"W/\"41062543969\"","organizationID":"075ed040-be65-4e50-90fd-db0d203b21ba","accountStatusSetTime":{"pending":"2019-06-18T23:06:21.261Z"}},"displayName":"user2","active":true,"accountStatus":["pending"],"userSettings":["{\"callingBehavior\":\"NATIVE_WEBEX_TEAMS_CALLING\"}"],"isTeamsOnJabberEnabled":false,"isUCCallOnJabberEnabled":false,"userType":"user"},
  4.  
  5. {"userName":"fakeuserunodostres+pns_admin3@gmail.com","name":{"givenName":"Fake","familyName":"user3"},"entitlements":["spark","spark-test-account","squared-call-initiation","webex-squared"],"userStatus":"pending","id":"1449b254-b47d-4936-81b2-43fd1994bd27","meta":{"created":"2019-06-18T23:20:05.488Z","lastModified":"2019-06-21T17:10:43.849Z","version":"W/\"44093291039\"","organizationID":"075ed040-be65-4e50-90fd-db0d203b21ba","accountStatusSetTime":{"pending":"2019-06-18T23:20:05.482Z"}},"displayName":"Fake user3","active":true,"accountStatus":["pending"],"userSettings":["{\"callingBehavior\":\"CALL_WITH_APP_REGISTERED_FOR_TEL\"}"],"isTeamsOnJabberEnabled":false,"isUCCallOnJabberEnabled":false,"userType":"user"},
  6.  
  7.  
  8. //////
  9.  
  10. ///java format
  11. "[" + "{" + "\"userName\":\"kwalking@cisco.com\","
  12. + "\"name\":{\"givenName\":\"Kevin\",\"familyName\":\"Walkington\"},"
  13. + "\"licenseID\":[\"MSGR_5e2cf8ee-4c1c-11e7-b938-48d705dab091\"],"
  14. + "\"entitlements\":[\"squared-room-moderation\"],"
  15. + "\"userSettings\":[\"{\"callingBehavior\":\"NATIVE_WEBEX_TEAMS_CALLING\"}\"],"
  16. + "\"id\":\"ae565ab0-9f66-45b5-a5df-d263bc2e4086\","
  17. + "\"name\":{\"givenName\":\"Kevin\",\"familyName\":\"Walkington\"},"
  18. + "\"displayName\":\"Kevin Walkington\"" + "}," + "{"
  19. + "\"userName\":\"tvasset@cisco.com\","
  20. + "\"name\":{\"givenName\":\"Tom\",\"familyName\":\"Vasset\"},"
  21. + "\"licenseID\":[\"MS_14c3805e-4afc-11e7-a76e-48d705dab091\","
  22. + "\"CF_e0047220-4ba4-11e7-ad67-48d705dab091\"],"
  23. + "\"entitlements\":[\"squared-syncup\"],"
  24. + "\"id\":\"be565ab0-8a77-75b5-a5df-d263bc2e9887\","
  25. + "\"displayName\":\"SuperTom\"" + "}" + "]",
  26.  
  27.  
  28. /////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement