Adding Achievement to User via API

We are starting to use Achievements more on our site, so we created a Custom Achievement that we wish to add to all the users that attended our annual conference. I'm wanting to do this via the API (using an API Key), but every time I attempt to follow the example in the Documentation, it is acting as if I'm sending a GET command instead of a POST. I'm looking at the information here: https://community.telligent.com/community/10/w/api-documentation/61410/create-user-achievement-rest-endpoint

The request I'm making via Postman as a test is: POST http://{{url}}/api.ashx/v2/achievement/{{achievementGuid}}/user/{{userId}}.json

This is returning { "": null, "Errors": [ "User Achievement not found." ] }. I was able to use the achievement/{{achievementGuid}} and pull the information for the Achievement without issue.

Any suggestions?

Parents Reply Children
No Data