Retrieve a list of group audit logs

Retrieve a list of group audit logs in an organization.

SecuritybearerAuth
Request
query Parameters
limit
integer

Number of records to return.

Example: limit=100
offset
integer

Record to start with.

Example: offset=0
userIdentifier
string

ID or username of the user for which to return audit data.

groupIdentifier
string

ID of the group for which to return audit data.

includeSubgroups
boolean

If true, all subgroups under the specified group are included.

Example: includeSubgroups=false
action
string

The description of the action type (CREATE, UPDATE, DELETE, IMPORT, MOVE).

startDate
string

The start date and end date must be within 7 days of each other. If no date specified, returns data from the last 7 days.

Example: startDate=2024-09-07T00:00:00Z
endDate
string

The start date and end date must be within 7 days of each other. If no date specified, returns data from the last 7 days.

Example: endDate=2024-09-10T00:00:00Z
sort
string

Name of the property to sort on.

Example: sort=UpdatedDate
order
string

Sort direction.

Example: order=desc
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

get/groups/auditLogs
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}