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