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