github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/user.json (about) 1 { 2 "name": "test-user", 3 "emailAddress": "test-user@example.com", 4 "id": 502, 5 "displayName": "Test User", 6 "active": true, 7 "slug": "test-user", 8 "type": "NORMAL", 9 "links": { 10 "self": [ 11 { 12 "href": "http://auth.example.com/users/test-user" 13 } 14 ] 15 } 16 }