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