github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local-mesh/users.demo.json (about) 1 [ 2 { 3 "id": { 4 "opaque_id": "4c510ada-c86b-4815-8820-42cdf82c3d51", 5 "idp": "http://localhost:40080", 6 "type": 1 7 }, 8 "username": "einstein", 9 "secret": "relativity", 10 "mail": "einstein@example.org", 11 "display_name": "Albert Einstein", 12 "groups": ["sailing-lovers", "violin-haters", "physics-lovers"] 13 }, 14 { 15 "id": { 16 "opaque_id": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c", 17 "idp": "http://localhost:40080", 18 "type": 1 19 }, 20 "username": "marie", 21 "secret": "radioactivity", 22 "mail": "marie@example.org", 23 "display_name": "Marie Curie", 24 "groups": ["radium-lovers", "polonium-lovers", "physics-lovers"] 25 }, 26 { 27 "id": { 28 "opaque_id": "932b4540-8d16-481e-8ef4-588e4b6b151c", 29 "idp": "http://localhost:40080", 30 "type": 1 31 }, 32 "username": "richard", 33 "secret": "superfluidity", 34 "mail": "richard@example.org", 35 "display_name": "Richard Feynman", 36 "groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"] 37 } 38 ]