How to retrieve permissions associated to a particular client(application)

Hi , I want to consume auth0 management APIs and wanted to retrieve the scopes or permissions associated to particular client I’d.
Also is it possible to retrieve the application is created by which user/ or owner of an application

Hi @dhanashreebajoriya,

Welcome to the Auth0 Community!

You can get the scopes (permissions) for your application by decoding the access token you retrieved when authenticating against your API.

AFAIK, there isn’t an endpoint to retrieve the scopes (permissions) assigned to your application. For now, you could go to your Auth0 Dashboard > Applications > APIs > Your API and click on the Machine-to-Machine Applications tab to see the list of applications that are authorized to use the API.

Please let me know if you have any questions.

Thanks,
Rueben

Thanks, I can retrieve it using client-grant apis. I would like to know if client IDs can be assigned to user or do we have a concept of application with specific owner?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.