-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I have tried to use the minimalistic example-code on your README to receive the userinfo using the restli_client.get() with the 3-legged access token I created for my app using the Member Data Portability API (Member)-product in the developer portal.
Below are the details about my token, with permission set to r_dma_portability_self_serve
I get the following response:
{'status': 403, 'serviceErrorCode': 100, 'code': 'ACCESS_DENIED', 'message': 'Not enough permissions to access: userinfo.GET.NO_VERSION'}
Access token details:
Created on: 35 minutes ago (1735314576 UTC)
Last authorized: 35 minutes ago (1735314576 UTC)
Expires: in 12 months (1766850579 UTC)
Authentication type: 3-legged
Permissions: r_dma_portability_self_serve
Status: OAuth token is active