Discussions
users/{userid} endpoint
I need to retrieve how many points a user has available to award using the /user/{userid} endpoint. According to the documentation, I need to be authorized to access this endpoint. How do I get authorized?
Posted by Robert Saari 2 months ago
There is an error on OAuth token decode process
Trying to work with the api and can't proceed past getting a Token. I have tried talking with our rep to no avail. Hoping that posting here might yield some results. I've followed the information provided here: https://developer.achievers.com/docs/authentication#step-1-obtain-an-access-token and I receive the following error message
{"error":"invalid_client","error_description":"There is an error on OAuth token decode process"}
I've received this error via the command line, and when trying to post with the fetch api.
Posted by Lucas 3 months ago
How to filter users by dateCreated
Setting up some API calls to download users and recognitions. I only want to do an incremental download and get only new users created since the last time I downloaded them. I tried adding startDate to the call, but that doesn't work.
Any suggestions?
Posted by Robert Saari 3 months ago
Authentication error: arf_errors_v5_http_oauth_flow_not_supported
While posting to "oauth/v2/openIDConnectClient/token", I get an error description that says:
arf_errors_v5_http_oauth_flow_not_supported
What does this error mean and how can I fix it?
Addenum: I am using "grant_type": "client_credentials" in the body.
Posted by Jack S 4 months ago
Full Users List, Including Inactive Users
Hey everyone!
I am working with the API so far and am really liking all the documentation around it. I am working on building a custom dashboard for our stakeholders with the Achievers data and linking it with other HR data that we have. To be able to link the two data sets, I need a unique identifier for users so I am using email since the User ID in Relicnition is the the same as Employee ID. Thus, when I pull recognitions, I have to stitch the user id in the recognition with the user id in the users list and then stitch the email from the users list to the email in my other HR data. However, I noticed that pulling a users list, only returns enabled users, ie users currently at the company. This means that when an employee leaves, they are no longer in the user list and their recognition cannot be attributed with any data because there is no way to identify the user id.
Has anyone else experienced this issue? Are there any ideas or solutions to this? Seems like there should be a way to pull a list of ALL users who have been on the platform at all so that data can be attributed and stitched across time periods.
Posted by Carlos Rodriguez-Munoz 9 months ago
No points based recognition options for users who have purchased points
Hello,
We have an integration with the v5 API in an internal hosted website. This integration is mainly used to post recognitions.
We are using the OPTIONS - api/v5/recognitions endpoint to retrieve the list of modules/criteria for a user (authenticated on their behalf). This user has a points-based recognition balance of 0, but has a large purchased-points balance. The recognitions OPTIONS call is not returning the points-based recognition module as an available recognition option, even though the user would be able to create this recognition in the RISE portal using their purchased points.
We would like to achieve parity in our internal website for recognition options. Is there a different method to return recognition options that takes purchased points into account?
Posted by Clayton Fetzer over 1 year ago
Which Grant Type does the /upcoming-celebrations endpoint support?
I have been trying to hit this endpoint and keep getting a "Forbidden Request" response
Says the allowed scope is read, and the request scope is read?
Not sure why this is a forbidden request
Posted by Ray Medrano over 1 year ago
Can you get "points to award" for a user via API call?
We are trying to create an Achievers integration that reminds users to award their available points to their teammates. However, it seems like there is no direct way to query the remaining points field (the /users call doesn't return this info).
Any pointers would be helpful!
Posted by Sam Brunaugh over 1 year ago
Alternative API for Posting Recognitions
Hello,
We're creating an integration with the Achievers API and our automation platform. At the moment, we have a local account that can post recognitions successfully to the sandbox environment. Right now, the post looks like it is coming from this account.
For our purposes, we would like to change the nominator of the post to the name of the invidual using the automation platform.
We understand there is an existing API to request for authentication codes and access tokens that will have r/w access. We have been successful in generating those authentication credentials in order to post recognitions. However, we are looking for alternatives to post on behalf of someone.
Is there an alternative API for posting on behalf of someone from this local account?
Posted by Yazmin Reyes over 1 year ago
Potential security threat when posting to api/v5/recognitions
I'm creating a .NET 5 application pointing at a sandbox environment. I have the authentication process completed successfully. I am able to retrieve a list of users and the options list for the recognitions endpoint. When attempting to POST a recognition to api/v5/recognitions, an html page is returned stating that a potential security threat has occurred and the recognition is not created. Can you share possible causes for this error and how to get around it?
Posted by Clayton Fetzer over 1 year ago