Is it possible to include roles in the /api/v2/users resource? I’d like to be able to query for users, and have their roles attached.
I know that there are other resources such as /api/v2/roles, but that would require multiple queries, and one for each user. This isn’t scalable, so I’m curious if it’s possible to retrieve all users with their respective roles?