@Zia_Fazal Thanks you for your replay,
I have facing Authentication credentials were not provided. issue for limited API not for all
It working for some ex: ```
enrollment/v1/enrollment
Basically i want to get list of users; `user/v1/users`
@chethan4046 That users list API requires API KEY header. To access that API you need to set EDX_API_KEY setting for your environment and then access users list API like this
I tried : curl âhttps://[myedx url]/api/user/v1/meâ -H âX-EDX-API-KEY: my-keyâ
The system return âAuthentication credentials were not providedâ.
I tried before. And I always get the username : guangyaw.
But I would like to know the username who logged in from the root of the MKTG_URL_LINK_MAP.
( How do I know the username from the root of the MKTG_URL_LINK_MAP? )