Discussions

Ask a Question

How do I assign a pathway as required learning to a certain user? Is there an API for that?

Hi I have a usecase to show progress of a certain pathway to the user. Which API endpoint do I use to assign this pathway as required learning for the user?

ANSWERED

Checking progress on certain course

Is there an API to check the user's progress on a certain course?

ANSWERED

During PATCH, “login-disabled” is not getting updated to Boolean true

During PATCH, “login-disabled” is not getting updated to Boolean true

ANSWERED

During PATCH, “bio” field is accepting more than 2000 characters

During PATCH, “bio” field is accepting more than 2000 characters

ANSWERED

During PATCH, password field is accepting less then 8 characters

During PATCH, password field is accepting less then 8 characters.

ANSWERED

We are not able to update "personal-email" using PATCH Method if it is not NULL, Using rest API.

We are not able to update "personal-email" using PATCH Method if it is not NULL, Using rest API.

"Organization Email" in PATCH Request is accepting invalid email id's. During POST it is throws "can't be null", instead of invalid organization email.

"Organization Email" in PATCH Request is accepting invalid email id's. During POST it is throws "can't be null", instead of invalid organization email.

ANSWERED

We are not able to view “privacyLevel” in GET user responses using REST API.

We are not able to view “privacyLevel” in GET user responses using REST API.

ANSWERED

Once we deleted the user from Degreed using DELETE method, We are not able to create again the same user using POST.

Using rest API once we delete a user, We are getting error: “Unable to create user: User already exists in database.” and unable to create again same user.

ANSWERED

Pagination does not work on /users/{email}/user-skills endpoint

When i pass 'next' query parameter it still returns first set.