Hi all,
According to this documentation this API is not an experimental API, but a public API.
Yet running it will throw {"error":"Experimental Header is missing or invalid."}.
Also the GET operation is missing in the documentation.
Hi all,
According to this documentation this API is not an experimental API, but a public API.
Yet running it will throw {"error":"Experimental Header is missing or invalid."}.
Also the GET operation is missing in the documentation.
Update after around 3 months:
The GET operation documentation is still missing, but the error is gone now.
Angelo, I found your post when I went to post this error I’m getting in VS Code when trying to remove a Password Policy from a Source:
Failed to save ‘App 123’: Unable to write file ‘idn://tenant1-sb.identitynow.com/v2025/sources/123456789/App 123’ (Error: modification of password policies field is not allowed)
Do you know of a way to wipe out the Password Policy on a Source via the API? I tried PATCH on the /password-policies endpoint, but I got the infamous “The request was syntactically correct but its content is semantically invalid.” error.
Here’s my body:
[
{
“policyId”: null,
“policyName”: null,
“selectors”: null
}
]