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