Hello,
A big issue I have noticed in groups is an inefficient way to cycle through every group join request, as doing background checks from what I see must be done manually.
My only question is if there is a way to cycle through every join request (either by when a join request is created or just return every single join request in a list) and possibly have some metadata attached to it? This would be great for webhooks to do the background check for you, as well as being able to have it all laid out with all of the information you would need. If you have any questions for what I mean by this, please ask. Thanks!