Identity Attribute Beta API

Hi All,

Does any one tried the new IdentityNow Beta APIs.
The get method is working fine, I am facing below error for other methods such as POST, DELETE.
I created two attribute in my Identity profile for a source and tried to delete them using the given API end point - /identity-attributes/bulk-delete and getting 405 error. Attached screenshot for reference.

Please suggest a possible solution for the issue.

Thanks in Advance.

Just tested this and got the same response.

The Allow response header for a POST says HEAD, DELETE, GET, OPTIONS, PUT, but PUT gives a 400:

{
    "detailCode": "400.1 Bad request content",
    "trackingId": "7d49e8475654459cab40f2761ac62f13",
    "messages": [
        {
            "locale": "en-US",
            "localeOrigin": "DEFAULT",
            "text": "The request was syntactically correct but its content is semantically invalid."
        },
        {
            "locale": "und",
            "localeOrigin": "REQUEST",
            "text": "The request was syntactically correct but its content is semantically invalid."
        }
    ],
    "causes": []
}

DELETE gives a 204 No Content response but doesn’t actually remove the specified Identity Attributes.

@colin_mckibben just a heads-up as one of our API Guys :slight_smile:

Hi @mcorsillo_bose,
Thank You for your response.

Hi @colin_mckibben,
I have tried other end points from this API list and Create Identity Attribute end point with POST method also gives same error.

Thank you for bringing this to our attention. I have created an ticket (IDNARSENAL-20511) to resolve these issues.

1 Like

These issues should now be fixed. I will close this topic for now. If you have any more issues, please open a new topic.