summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
blob: ef1305647e1db4554ae2e7b1445ed9bfcd788629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "isPublic": true,
  "isCd": false,
  "hasTrialCapacity": false,
  "user": {
    "name": "Joe Developer",
    "email": "dev@domail",
    "nickname": "dev",
    "verified": false
  },
  "tenants": { },
  "flags": [
    {
      "id": "enable-public-signup-flow",
      "rules": [
        {
          "value": false
        }
      ]
    }
  ]
}