Hi
this bug is about the API call LicencesNamedUser
/odata/LicensesNamedUser/UiPath.Server.Configuration.OData.GetLicensesNamedUser(robotType='{robotType}')
The $select parameter seems to be uneffective:
(and the $filter is effective)
ex:
curl -X GET "https://{mycompany.com}/odata/LicensesNamedUser/UiPath.Server.Configuration.OData.GetLicensesNamedUser(robotType='Development')?%24filter=IsLicensed%20eq%20true&%24select=UserName" -H "accept: application/json"
answer
{
"@odata.context": "https://{mycompany}/odata/$metadata#NamedUserLicenses",
"@odata.count": 4,
"value": [
{
"Key": "blablabla",
"UserName": "bliblibli",
"LastLoginDate": "2022-01-12T09:00:53.48Z",
"MachinesCount": 1,
"IsLicensed": true,
"IsExternalLicensed": false,
"ActiveRobotId": 110,
"MachineNames": [
"blablabla"
],
"ActiveMachineNames": [
"blablabla"
]
},
........
The answer I was waiting was
{
"@odata.context": "https://{mycompany}/odata/$metadata#NamedUserLicenses",
"@odata.count": 4,
"value": [
{
"UserName": "bliblibli",
},
........
About the softwares installed in my company:
© UiPath 2022
Orchestrator 2020.10.8