Relaod Api error

:bangbang: 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.”
}
]
}

Could you check if this helps? Error: The request was syntactically correct but its content is semantically invalid - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community

In solution post is stated that you’re not allowed to do this action. Are you sure you are having token with ORG_ADMIN authority as mentioned in the reload-account | SailPoint Developer Community?

Hi @sivakumarnallu please provide the actual endpoint url and operation used. Otherwise, you can try the following endpoint, which worked for me:

POST {{api-url}}/v3/accounts/<accountId>/reload

-accountId example: ef38f94347e94562b5bb8424a56397d8