Limitations
This release includes the following limitation:
•AW-23186: The GET /msa/v1/cps/user API call yields differing result formats on Ivanti Neurons for MDM and Ivanti EPMM for the following items:
Item |
Ivanti Neurons for MDM |
Ivanti EPMM |
---|---|---|
LDAP custom attribute keys |
Lower case
objectguid userprincipalname
See the highlighted example in Ivanti Neurons for MDM response below.
|
Camel Case
objectGUID userPrincipalName
See the highlighted example in Ivanti EPMM response below. |
objectguid field |
Hexadecimal: See the highlighted example in Ivanti Neurons for MDM response below. |
Unencoded string: See the highlighted example in Ivanti EPMM response below. |
Ivanti Neurons for MDM response
{ "searchResults": [ { "enabled": true, "createdAt": 1520419288985, "accountSource": "LDAP", "displayName": "cloud user", "emailAddress": "[email protected]", "firstName": "cloud", "lastName": "user", "userId": "[email protected]", "userUuid": "a27c1b0e-96f6-4acc-af79-b3af881db1cd", "ldapCustomAttributes": { "objectguid": "\\3f\\21\\d9\\5b\\1c\\ab\\cf\\49\\81\\11\\7a\\fa\\b7\\d2\\ab\\6a", "userprincipalname": "[email protected]" } } ], "results": 1, "offset": 0, "limit": 50 }
{ "searchResults": [ { "enabled": true, "createdAt": 1520553600000, "accountSource": "LDAP", "displayName": "testuser6771", "emailAddress": "[email protected]", "firstName": "testuser6771", "userId": "testuser6771", "userUuid": "bff6bf12-72ff-4524-97a0-064cc137f955", "ldapCustomAttributes": { "objectGUID": "9a34fe08e8041c47991c5a387efff6bb", "userPrincipalName": "[email protected]" } } ], "results": 1, "offset": 0, "limit": 50 }