I'm currently working on a simple automation using our Integration User, and during a POST command that includes "Login" and "ExternalID", it says "Field is Not Found" or "Field's Tab is not accessible", however, upon checking the permissions, it definitely is accessible by the API user. Is this something that's not supported?
For example, here's my body.
{
"folder": {
"id": "D32013",
"value": "Emp:Current Employee"
},
"externalid":"1API",
"email": "zachAPI2Test@mailinator.com",
"lastname": "ZachAPI",
"firstname": "Test",
"login":"zachAPITest@mailinator.com"
}
I could very well just not be formatting the field properly, but, it's not sending that information into iCIMS. It's still creating the person profile, however.
Submitted by
ZacharyD on January 22, 2026Permalink
My API user just couldn't see the tab. Occam's Razor. All good.