---
title: "Gets the Group's audit log"
method: GET
path: "/v1/groups/{groupId}/audit-log"
tags: ["Groups"]
---

# Gets the Group's audit log

`GET /v1/groups/{groupId}/audit-log`

## Path parameters

- `groupId` integer, required

## Query parameters

- `actionType` 'DeletePost' | 'RemoveMember' | 'AcceptJoinRequest' | 'DeclineJoinRequest' | 'PostStatus' | 'ChangeRank' | 'BuyAd' | 'SendAllyRequest' | 'CreateEnemy' | 'AcceptAllyRequest' | 'DeclineAllyRequest' | 'DeleteAlly' | 'DeleteEnemy' | 'AddGroupPlace' | 'RemoveGroupPlace' | 'CreateItems' | 'ConfigureItems' | 'SpendGroupFunds' | 'ChangeOwner' | 'Delete' | 'AdjustCurrencyAmounts' | 'Abandon' | 'Claim' | 'Rename' | 'ChangeDescription' | 'InviteToClan' | 'KickFromClan' | 'CancelClanInvite' | 'BuyClan' | 'CreateGroupAsset' | 'UpdateGroupAsset' | 'ConfigureGroupAsset' | 'RevertGroupAsset' | 'CreateGroupDeveloperProduct' | 'ConfigureGroupGame' | 'CreateGroupDeveloperSubscriptionProduct' | 'Lock' | 'Unlock' | 'CreateGamePass' | 'CreateBadge' | 'ConfigureBadge' | 'SavePlace' | 'PublishPlace' | 'UpdateRolesetRank' | 'UpdateRolesetData' | 'BanMember' | 'UnbanMember' | 'CreateForumCategory' | 'UpdateForumCategory' | 'ArchiveForumCategory' | 'DeleteForumCategory' | 'DeleteForumPost' | 'DeleteForumComment' | 'PinForumPost' | 'UnpinForumPost' | 'LockForumPost' | 'UnlockForumPost' | 'CreateRoleset' | 'DeleteRoleset' | 'CreateCommerceProduct' | 'SetCommerceProductActive' | 'ArchiveCommerceProduct' | 'AcceptCommerceProductBundlingFee' | 'SetCommerceProductInactive' | 'ConnectMerchant' | 'DisconnectMerchant' | 'JoinGroup' | 'LeaveGroup' | 'UpdateGroupIcon' | 'UpdateGroupCoverPhoto' | 'AssignRole' | 'UnassignRole' | 'PublishAnnouncement' | 'DeleteAnnouncement' | 'UpdateRoleSetPermissions' | 'UpdateGroupSecuritySettings'
- `userId` integer
- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxGroupsApiGroupAuditLogPageResponseRobloxGroupsApiModelsResponseGroupAuditLogResponseItem — ApiPageResponse for group audit log
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsApiModelsResponseGroupAuditLogResponseItem[]
    - `actor` RobloxGroupsApiUserGroupRoleResponse — A user group role response model
      - `user` RobloxGroupsApiModelsResponseUserModel — A model representing data about an Roblox.Platform.Membership.IUser
        - `buildersClubMembershipType` 0 | 1 | 2 | 3 | 4 — The user's builders club membership type
        - `hasVerifiedBadge` boolean — The user's verified badge status.
        - `userId` integer
        - `username` string
        - `displayName` string
      - `role` RobloxGroupsApiGroupRoleResponse — A group role response model
        - `id` integer — The role id
        - `name` string — The role name
        - `description` string — The role description
        - `rank` integer — The role rank
        - `memberCount` integer — The number of members in the role.
        - `isBase` boolean — Whether or not the role is the base role for the group
        - `color` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 — The role color. ['Invalid' = 0, 'Blue' = 1, 'Green' = 2, 'Purple' = 3, 'Yellow' = 4, 'Orange' = 5, 'Red' = 6, 'Magenta' = 7, 'Teal' = 8, 'Turquoise' = 9, 'Rust' = 10, 'Pistachio' = 11, 'Midnight' = 12, 'Lavender' = 13, 'Pink' = 14, 'Crimson' = 15, 'Plum' = 16]
    - `actionType` string — The action type
    - `description` unknown
    - `created` string, date-time — Date the group action was performed

## Other responses

- `400` — 1: Group is invalid or does not exist. 8: Invalid or missing pagination parameters
- `401` — 0: Authorization has been denied for this request.
- `403` — 23: Insufficient permissions to complete the request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
