Team Activity allows Team Owners to view audit logs associated to member activities performed on their Auth0 account. Team Activity report is located under the Reports section of the Teams Dashboard. Team Activity provides a summary view of the member who generated the event, the event type, and the date the event was generated. You can select View Details to find more information such as the description of the event, the event status, the IP address of the user who triggered the event, user agent details, and more.

Event types

Team Activity event types are described below.
Event TypeDescription
Team InvitationTeam member invitation created Team member invitation deleted
Team MemberTeam member deleted Team member role updated
Security PolicySecurity policy updated Social connections updated
Team SettingTeam settings updated
Support for dashboard user authentication to Auth0 and Teams Dashboard and other events will be available in the future.

Event schema

Team Activity event schema is described below.
{  
    "id": "string", 
    "team_id": "string",
    "user_id": "string",
    "type": "string",
    "description": "string",
    "status": "string",
    "details": "object",
    "ip": "string",
    "hostname": "string",
    "user_agent": "string",
    "version": "string",
    "created_at": "date",
    "team_slug": "string",
    "user": "object"
}
NameTypeDescription
idstringEvent log unique identification.
team_idstringUnique team identification.
user_idstringThe unique identifier for the user that generated the event.
typestringEvent type.
descriptionstringEvent type summary.
statusstringEvent status. Possible values are Success or Failure.
detailsobjectDetails of the logged event.
ipstringIP address of the user that generated the event log.
hostnamestringFQDN of the Auth0 App on which the event was performed.
user_agentstringWeb browser and Device OS type and version.
versionstringSchema version under which the activity log was generated.
created_atdatetimeDate and time event log was generated.
team_slugstringUnique text team identifier.
userobjectContains name, avatar URL, and Team membership status (boolean).

Audit log retention

The retention of Team Activity audit logs varies by plan. Read our Pricing page for more information.