Reset Password
When the user resets their password.
{
"eventType":"user.userSettings.resetPassword",
"userId": UserId
}Authorized MCP Access
When the user authorizes an MCP client to connect to the Lucid MCP.
Through DCR, a MCP client can report any client name. We record client names as reported.
{
"eventType": "user.user.authorizedMcpAccess",
"clientId": OAuth2ClientId,
"redirectUri": string,
"registrationMethod": "CIMD" | "DCR",
"reportedClientName": string
}