@@ -78,84 +78,84 @@ An example of an audit log:
78
78
### Tracked Events
79
79
80
80
The following table contains all the events that are logged currently.
81
- | EVENT | EVENT DESCRIPTION |
82
- | --- | --- |
83
- | admin.users.invite | Event for inviting multiple users to join the platform |
84
- | admin.user.invite | Event for inviting a single user to join the platform |
85
- | admin.user.remove | Event for removing a user from the platform |
86
- | admin.user.makeAdmin | Event for elevating a user to admin status |
87
- | admin.user.makeNormal | Event for demoting an admin user to normal user status |
88
- | admin.team.create | Event for creating a new team |
89
- | admin.team.user.changeRole | Event for changing the role of a user in a team |
90
- | admin.team.user.remove | Event for removing a user from a team |
91
- | admin.team.user.add | Event for adding a user to a team |
92
- | admin.team.rename | Event for renaming a team |
93
- | admin.team.delete | Event for deleting a team |
94
- | admin.user.revoke | Event for revoking a user's team invitation |
95
- | user.auth.magicLinkSent | Event for when a magic link is sent to a user |
96
- | user.auth.loggedIn | Event for when a user logs in |
97
- | user.auth.tokenRefresh | Event for when a user's auth token is refreshed |
98
- | user.auth.loggedOut | Event for when a user logs out |
99
- | user.auth.adminVerify | Event for when we verify if a user is an admin |
100
- | user.session.update | Event for updating a user's app session |
101
- | user.account.delete | Event for deleting a user's account |
102
- | user.shortcode.create | Event for creating a shortcode |
103
- | user.shortcode.revoked | Event for deleting a shortcode |
104
- | team.create | Event for creating a new team |
105
- | team.user.leave | Event for when a user leaves a team |
106
- | team.user.remove | Event for removing a user from a team |
107
- | team.rename | Event for renaming a team |
108
- | team.delete | Event for deleting a team |
109
- | team.member.roleUpdate | Event for changing a user's role in a team |
110
- | team.check | Event for checking if a team exists |
111
- | team.member.check | Event for checking if a user is a member of a team |
112
- | team.collection.createRoot | Event for creating a root team collection |
113
- | team.collection.import | Event for importing a collection from a JSON string |
114
- | team.collection.replace | Event for replacing an existing collection with new data |
115
- | team.collection.createChild | Event for creating a child collection |
116
- | team.collection.rename | Event for renaming a collection |
117
- | team.collection.delete | Event for deleting a collection |
118
- | team.collection.move | Event for moving a collection |
119
- | team.collection.updateOrder | Event for updating the order of collections |
120
- | team.collection.collectionCheck | Event for checking if a collection exists in a team |
121
- | team.environment.environmentCheck | Event for checking if an environment exists in a team |
122
- | team.environment.create | Event for creating an environment |
123
- | team.environment.delete | Event for deleting an environment |
124
- | team.environment.update | Event for updating an environment |
125
- | team.environment.clear | Event for clearing the contents of an environment |
126
- | team.environment.duplicate | Event for duplicating an environment |
127
- | team.invitation.create | Event for creating a team invitation |
128
- | team.invitation.revoke | Event for revoking a team invitation |
129
- | team.invitation.accept | Event for accepting a team invitation |
130
- | team.invitation.inviteCheck | Event for checking if an invitation exists |
131
- | team.request.create | Event for creating a team request |
132
- | team.request.update | Event for updating a team request |
133
- | team.request.delete | Event for deleting a team request |
134
- | team.request.updateOrder | Event for updating the order of team requests |
135
- | team.request.move | Event for moving a team request |
136
- | team.request.requestCheck | Event for checking if a request exists in a team |
137
- | team.request.roleCheck | Event for checking if a user has the relevant role to perform an action in a request |
138
- | user.session.update | Event for updating a user's app session |
139
- | user.delete | Event for deleting a user |
140
- | user.collection.createRoot | Event for creating a root user collection |
141
- | user.collection.createChild | Event for creating a child user collection |
142
- | user.collection.rename | Event for renaming a user collection |
143
- | user.collection.delete | Event for deleting a user collection |
144
- | user.collection.move | Event for moving a user collection |
145
- | user.collection.updateOrder | Event for updating the order of user collections |
146
- | user.collection.import | Event for importing a collection |
147
- | user.environment.create | Event for creating a user environment |
148
- | user.environment.update | Event for updating a user environment |
149
- | user.environment.delete | Event for deleting a user environment |
150
- | user.environment.deleteAll | Event for deleting all personal environments of a user |
151
- | user.environment.clearGlobal | Event for clearing the global environments for a user |
152
- | user.history.create | Event for creating a user history |
153
- | user.history.toggleStar | Event for toggling the star on a user history |
154
- | user.history.delete | Event for deleting a user history |
155
- | user.history.deleteAll | Event for deleting all user histories |
156
- | user.request.create | Event for creating a user request |
157
- | user.request.update | Event for updating a user request |
158
- | user.request.deleted | Event for deleting a user request |
159
- | user.request.move | Event for moving a user request |
160
- | user.settings.create | Event for creating user settings |
161
- | user.settings.update | Event for updating user settings |
81
+ | EVENT | EVENT DESCRIPTION |
82
+ | --------------------------------- | --------------------------------------------------------------------------------- --- |
83
+ | admin.users.invite | Event for inviting multiple users to join the platform |
84
+ | admin.user.invite | Event for inviting a single user to join the platform |
85
+ | admin.user.remove | Event for removing a user from the platform |
86
+ | admin.user.makeAdmin | Event for elevating a user to admin status |
87
+ | admin.user.makeNormal | Event for demoting an admin user to normal user status |
88
+ | admin.team.create | Event for creating a new team |
89
+ | admin.team.user.changeRole | Event for changing the role of a user in a team |
90
+ | admin.team.user.remove | Event for removing a user from a team |
91
+ | admin.team.user.add | Event for adding a user to a team |
92
+ | admin.team.rename | Event for renaming a team |
93
+ | admin.team.delete | Event for deleting a team |
94
+ | admin.user.revoke | Event for revoking a user's team invitation |
95
+ | user.auth.magicLinkSent | Event for when a magic link is sent to a user |
96
+ | user.auth.loggedIn | Event for when a user logs in |
97
+ | user.auth.tokenRefresh | Event for when a user's auth token is refreshed |
98
+ | user.auth.loggedOut | Event for when a user logs out |
99
+ | user.auth.adminVerify | Event for when we verify if a user is an admin |
100
+ | user.session.update | Event for updating a user's app session |
101
+ | user.account.delete | Event for deleting a user's account |
102
+ | user.shortcode.create | Event for creating a shortcode |
103
+ | user.shortcode.revoked | Event for deleting a shortcode |
104
+ | team.create | Event for creating a new team |
105
+ | team.user.leave | Event for when a user leaves a team |
106
+ | team.user.remove | Event for removing a user from a team |
107
+ | team.rename | Event for renaming a team |
108
+ | team.delete | Event for deleting a team |
109
+ | team.member.roleUpdate | Event for changing a user's role in a team |
110
+ | team.check | Event for checking if a team exists |
111
+ | team.member.check | Event for checking if a user is a member of a team |
112
+ | team.collection.createRoot | Event for creating a root team collection |
113
+ | team.collection.import | Event for importing a collection from a JSON string |
114
+ | team.collection.replace | Event for replacing an existing collection with new data |
115
+ | team.collection.createChild | Event for creating a child collection |
116
+ | team.collection.rename | Event for renaming a collection |
117
+ | team.collection.delete | Event for deleting a collection |
118
+ | team.collection.move | Event for moving a collection |
119
+ | team.collection.updateOrder | Event for updating the order of collections |
120
+ | team.collection.collectionCheck | Event for checking if a collection exists in a team |
121
+ | team.environment.environmentCheck | Event for checking if an environment exists in a team |
122
+ | team.environment.create | Event for creating an environment |
123
+ | team.environment.delete | Event for deleting an environment |
124
+ | team.environment.update | Event for updating an environment |
125
+ | team.environment.clear | Event for clearing the contents of an environment |
126
+ | team.environment.duplicate | Event for duplicating an environment |
127
+ | team.invitation.create | Event for creating a team invitation |
128
+ | team.invitation.revoke | Event for revoking a team invitation |
129
+ | team.invitation.accept | Event for accepting a team invitation |
130
+ | team.invitation.inviteCheck | Event for checking if an invitation exists |
131
+ | team.request.create | Event for creating a team request |
132
+ | team.request.update | Event for updating a team request |
133
+ | team.request.delete | Event for deleting a team request |
134
+ | team.request.updateOrder | Event for updating the order of team requests |
135
+ | team.request.move | Event for moving a team request |
136
+ | team.request.requestCheck | Event for checking if a request exists in a team |
137
+ | team.request.roleCheck | Event for checking if a user has the relevant role to perform an action in a request |
138
+ | user.session.update | Event for updating a user's app session |
139
+ | user.delete | Event for deleting a user |
140
+ | user.collection.createRoot | Event for creating a root user collection |
141
+ | user.collection.createChild | Event for creating a child user collection |
142
+ | user.collection.rename | Event for renaming a user collection |
143
+ | user.collection.delete | Event for deleting a user collection |
144
+ | user.collection.move | Event for moving a user collection |
145
+ | user.collection.updateOrder | Event for updating the order of user collections |
146
+ | user.collection.import | Event for importing a collection |
147
+ | user.environment.create | Event for creating a user environment |
148
+ | user.environment.update | Event for updating a user environment |
149
+ | user.environment.delete | Event for deleting a user environment |
150
+ | user.environment.deleteAll | Event for deleting all personal environments of a user |
151
+ | user.environment.clearGlobal | Event for clearing the global environments for a user |
152
+ | user.history.create | Event for creating a user history |
153
+ | user.history.toggleStar | Event for toggling the star on a user history |
154
+ | user.history.delete | Event for deleting a user history |
155
+ | user.history.deleteAll | Event for deleting all user histories |
156
+ | user.request.create | Event for creating a user request |
157
+ | user.request.update | Event for updating a user request |
158
+ | user.request.deleted | Event for deleting a user request |
159
+ | user.request.move | Event for moving a user request |
160
+ | user.settings.create | Event for creating user settings |
161
+ | user.settings.update | Event for updating user settings |
0 commit comments