summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-applications.json
blob: 3bf999b490b84d8c5e3dffbd0d2e3b52393af4fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "isPublic": (ignore),
  "isCd": (ignore),
  "enable-public-signup-flow": (ignore),
  "hasTrialCapacity": (ignore),
  "user": {
    "name": "Joe Developer",
    "email": "dev@domail",
    "nickname": "dev",
    "verified":false
  },
  "tenants": {},
  "operator": [
    "hostedOperator",
    "hostedSupporter",
    "hostedAccountant"
  ]
}