We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseGroup.get_audit_log
Is your feature request related to a problem? Please describe. There is no built in function to get a groups audit log.
If your feature is related to implementing a new Roblox API, provide information here. API URL: /v1/groups/{groupId}/audit-log Documented: Yes
Describe the solution you'd like A new method should be added to BaseGroup named get_audit_log that should return an iterator of AuditLogItems
BaseGroup
get_audit_log
AuditLogItem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
There is no built in function to get a groups audit log.
If your feature is related to implementing a new Roblox API, provide information here.
API URL: /v1/groups/{groupId}/audit-log
Documented: Yes
Describe the solution you'd like
A new method should be added to
BaseGroup
namedget_audit_log
that should return an iterator ofAuditLogItem
sThe text was updated successfully, but these errors were encountered: