github.com/cs3org/reva/v2@v2.27.7/tests/integration/grpc/fixtures/users.demo.json (about)

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