Preparing a Report, I need to list all external users created as part of Tempo Box (external collaborators).
Question: Can filter Tempo Box external users using condition KUAF.Type=8 ?.
Thanks
Elvira
While this is an older post, this may come in handy:
-- SHOW ALL Tempo Box User LoginsSELECT U.Name, A.AuditDate FROM [OTCS].[dbo].[KUAF] as U JOIN [OTCS].[dbo].[DAuditNew] A ON U.ID=A.UserID WHERE A.AuditStr='Login' AND U.Type=8;
You may be able to expand on this.
Cameron - Content Server/ Tempo Box support.