A customer of ours wants to receive an export of all the users, including the roles of the users.
The Bulk export users job does not includes the roles for what I see. Is there a way to achieve this?
Fetching all the users and all the roles and combining this is not possible in this case, because there are more than 1000 users active and the GET users endpoint only returns 1000 users max.
I got it working by using the bulk users export and fetching the users from each role and combining that data into a working Excel sheet.
But this use case is so trivial it should be possible to get that data with a single endpoint. I’m now using this for an Excel sheet and that works fine. But if the customers wants to see the roles of each user on our user administration overview page, I can’t do that the same way.
So an option to include the roles on the List Users endpoint would be top notch