Get user permissions derived from their organization roles

Hi @dane.wheeler,

Thanks for reaching out to the Auth0 Community!

Unfortunately, the Management API does not have a dedicated endpoint to get a user’s permissions in the context of an Organization.

This feature has already been on our feedback radar:

If you have a moment, I recommend upvoting the feedback request since it works on a voting systems where feeback requests with higher upvotes leads to higher implementation priority.

For now, the only way to get this information is to make two separate calls to the Mangement API:

  1. Call the Management API’s Get the roles assigned to an organization member endpoint to get the Roles assigned to a user in the context of an Organization.
  2. Then call the Management API’s Get permissions granted by role endpoint to see the permissions assigned to those Roles.

I hope the explanation was clear!

Please do not hesitate to reach out if you have any additional questions.

Thanks,
Rueben