github.com/cs3org/reva/v2@v2.27.7/examples/ocm-partners/users-switch.json (about) 1 [ 2 { 3 "id": { 4 "opaque_id": "kerins1234", 5 "idp": "switch.ch", 6 "type": 1 7 }, 8 "username": "kerins", 9 "secret": "kerinspass", 10 "mail": "fergus.kerins@switch.ch", 11 "display_name": "Fergus Kerins", 12 "groups": ["sailing-lovers", "violin-haters", "physics-lovers"] 13 }, 14 { 15 "id": { 16 "opaque_id": "furter5678", 17 "idp": "switch.ch", 18 "type": 1 19 }, 20 "username": "furter", 21 "secret": "furterpass", 22 "mail": "renato.furter@switch.ch", 23 "display_name": "Renato Furter", 24 "groups": ["radium-lovers", "polonium-lovers", "physics-lovers"] 25 }, 26 { 27 "id": { 28 "opaque_id": "schmid9876", 29 "idp": "switch.ch", 30 "type": 1 31 }, 32 "username": "schmid", 33 "secret": "schmidpass", 34 "mail": "urs.schmid@switch.ch", 35 "display_name": "Urs Schmid", 36 "groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"] 37 }, 38 { 39 "id": { 40 "opaque_id": "test4242", 41 "idp": "switch.ch", 42 "type": 1 43 }, 44 "username": "test", 45 "secret": "testpass", 46 "mail": "test42@switch.ch", 47 "display_name": "Testuser", 48 "groups": ["test-lovers", "bug-haters", "ai-lovers"] 49 } 50 ]