topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Move v3 member API calls to v5 #1524

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

REF: https://topcoder.atlassian.net/browse/PROD-4215

We need to move the v3 member ID calls over to v5.

The calls that I see are:

We can copy these updates into the develop branch:

But we also need to handle the searchProfilesByUserIds call and update that to the v5 API:

https://github.com/topcoder-platform/work-manager/blob/a7ffea4efbe5223dd9fb415a17ff9f73bcc023cf/src/services/user.js#LL43C17-L43C17

Member API docs:

https://github.com/topcoder-platform/member-api