Query to find the person who added the case team member in Salesforce August 29, 2018June 9, 2022InfallibleTechie Admin SOQL: SELECT Id, ParentId, CreatedBy.Name, LastModifiedBy.Name, Member.Name FROM CaseTeamMember WHERE ParentId = ‘Id of the case’ Sample Query: