aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/portal_remote_users.json
blob: b8aea08badb20250f2bcdedec2ae5f6f9926138b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "simulatorRequest": {
    "method" : "GET",
    "path" : "/(ONAPPORTAL|ecompportal_att)/auxapi//v[0-9]+/user/1"
  } ,
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "firstName": "1",
      "lastName": "1",
      "orgId": 1,
      "loginId": "1",
      "loginPwd": "1",
      "active": true,
      "internal": true
    }
  }
}