getAllPartnerUsersResponse
getAllPartnerUsersResponse
This class is array of object
JSON Example
[
{
"userType": "string",
"username": "[email protected]",
"domain": "string",
"firstName": "string",
"lastName": "string",
"officePhone": "123456789",
"mobilePhone": "123456789",
"email": "[email protected]",
"isActive": 1,
"disableSecondFactor": 1,
"id": 100,
"lastLogin": "2020-07-18T15:48:18.000Z",
"created": "2020-07-18T15:48:18.000Z",
"modified": "2020-07-18T15:48:18.000Z",
"passwordModified": "2020-07-18T15:48:18.000Z",
"roleId": 100,
"roleName": "string",
"isNative": 1,
"isLocked": 1
}
]