ADMIN_TENANT_MEMBER_RETRIEVE_SUCCESS
interface AdminTenantMemberRetrieveSuccessEvent { category: "admin-tenant-member"; data: { email: string | undefined; id: string; inviteExpiresAt: string | undefined; isLocalLogin: boolean | undefined; isMfaEnabled: boolean | undefined; isSSO: boolean | undefined; lastLoginAt: string | undefined; name: string | undefined; permissions: string[]; roles: string[]; status: string; }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_TENANT_MEMBER_RETRIEVE_SUCCESS"; userAgent: string | undefined; userId: string; version: "1";} interface AdminTenantMemberRetrieveSuccessEventSanitised { category: "admin-tenant-member"; data: { email: undefined; id: string; inviteExpiresAt: string | undefined; isLocalLogin: boolean | undefined; isMfaEnabled: boolean | undefined; isSSO: boolean | undefined; lastLoginAt: string | undefined; name: undefined; permissions: string[]; roles: string[]; status: string; }; id: string; requestId: string; requestIp: string | undefined; timestamp: number; type: "ADMIN_TENANT_MEMBER_RETRIEVE_SUCCESS"; userAgent: string | undefined; userId: string; version: "1";}
Properties
category
category: "admin-tenant-member"
Sanitisation Level DATAdata
data: {
email: string | undefined;
id: string;
inviteExpiresAt: string | undefined;
isLocalLogin: boolean | undefined;
isMfaEnabled: boolean | undefined;
isSSO: boolean | undefined;
lastLoginAt: string | undefined;
name: string | undefined;
permissions: string[];
roles: string[];
status: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
timestamp
timestamp: number
type
type: "ADMIN_TENANT_MEMBER_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined