Does roblox have a group management API?

Hey, I have been wondering if roblox has any way to manage groups or stuff using just your computer or roblox without using a 3rd party website. For example, a script that checks regularly for new users and automatically copy their names and certain info into a google spreadsheets.

GroupService (roblox.com)

The thing with that is they it doesn’t have a member system, just allies, owner, roles and not much more, trying to find something that lets you check new members live and if possible update ranks.

Use GetGroupInfoAsync to see members GroupService:GetGroupInfoAsync (roblox.com)
Player:IsInGroup (roblox.com)

The thing is that I’m trying to do it even if the player is offline.

I think they want it to return a table of the members userId / names:

{"SpacePuppy2","ROBLOX"}

I don’t think there is a function for this though. I would really like this option too :confused: