Team Members API

Team Members API

The DE Apex API includes methods to manage the members of a team. Add Team Members to Team. global static void addTeamMembersToTeam(String teamName, List teamMembers) Adds the list of team members (u…

Updated 2 months ago

Team Members API Parameters

TeamMemberDTO. The TeamMemberDTO contains the information needed to either add or remove a member from a team. global with sharing class TeamMemberDTO { /** * Id of a user/queue to add to the team. *…

Updated 11 months ago

Contact