You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few weeks ago, Auth0 has announced that the Management API can now directly return the user's roles within an organization (https://auth0.com/changelog#78X6urpiHJK6SY0fUw4zyh). Currently we have to do a lot of API calls with this library to get all users including their roles.
It's not yet possible to get the roles with mgmt.organizations().getMembers() as this property is missing.
Describe the ideal solution
The roles should be implemented to the Member class
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
A few weeks ago, Auth0 has announced that the Management API can now directly return the user's roles within an organization (https://auth0.com/changelog#78X6urpiHJK6SY0fUw4zyh). Currently we have to do a lot of API calls with this library to get all users including their roles.
It's not yet possible to get the roles with mgmt.organizations().getMembers() as this property is missing.
Describe the ideal solution
The roles should be implemented to the Member class
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: