github.com/cs3org/reva/v2@v2.27.7/examples/ocm-partners/users-cern.json (about) 1 [ 2 { 3 "id": { 4 "opaque_id": "ishank1234", 5 "idp": "cern.ch", 6 "type": 1 7 }, 8 "username": "ishank", 9 "secret": "ishankpass", 10 "mail": "ishank@cern.ch", 11 "display_name": "Ishank Arora", 12 "groups": ["sailing-lovers", "violin-haters", "physics-lovers"] 13 }, 14 { 15 "id": { 16 "opaque_id": "hugo5678", 17 "idp": "cern.ch", 18 "type": 1 19 }, 20 "username": "hugo", 21 "secret": "hugopass", 22 "mail": "hugo@cern.ch", 23 "display_name": "Hugo Gonzalez Labrador", 24 "groups": ["radium-lovers", "polonium-lovers", "physics-lovers"] 25 }, 26 { 27 "id": { 28 "opaque_id": "samuel9876", 29 "idp": "cern.ch", 30 "type": 1 31 }, 32 "username": "samuel", 33 "secret": "samuelpass", 34 "mail": "samuel@cern.ch", 35 "display_name": "Samuel Alfageme Sainz", 36 "groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"] 37 }, 38 { 39 "id": { 40 "opaque_id": "test4242", 41 "idp": "cern.ch", 42 "type": 1 43 }, 44 "username": "test", 45 "secret": "testpass", 46 "mail": "test42@cern.ch", 47 "display_name": "Testuser", 48 "groups": ["test-lovers", "bug-haters", "ai-lovers"] 49 } 50 ]