Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
- In SailPoint IdentityNow, I am attempting to reload the single identity using API v3, 2025, but I keep encountering an error message. I’m unsure what the problem is, as I can retrieve the account and account details through the API without any issues. Any suggestions would be greatly appreciated.
{
“detailCode”: “400.1 Bad Request Content”,
“trackingId”: “e7eab60924f64aa284175b9fa3309599”,
“messages”: [
{
“locale”: “en-US”,
“localeOrigin”: “DEFAULT”,
“text”: “The request was syntactically correct but its content is semantically invalid.”
}
],
“causes”: [
{
“locale”: “en-US”,
“localeOrigin”: “DEFAULT”,
“text”: “The request was syntactically correct but its content is semantically invalid.”
}
]
}