What is the right/best way to ask for API enhancements?
Specifically on the Beta “list identities” end point i would like to filter on if the lifecyleState is manually updated. When i make the API call I can see this in the result.
"lifecycleState": {
"stateName": "loa",
"manuallyUpdated": true
I am looking for a way to find everyone that has their LCS Manually set. I don’t want to trust that HR will will make another change that will cause them to flip back to an automated LCS.