Apex
CloudFiles Client
Create Microsoft Team
this method action allows users to automatically create a microsoft team from salesforce, we assume you have reviewed the create microsoft team docid 9ohcqyne0 h5ejzo18sjt flow action global static list\<string> createmicrosoftteam( list\<types createmicrosoftteaminput> inputs, string runas ) parameters inputs list of types createmicrosoftteaminput docid 7neoywzpp 5rdqop0anao runas email id of the user on whom behalf the function should run if you want to run the action as automation user, supply integrationuser return type list of string example list\<cldfs types createmicrosoftteaminput> input = new list\<cldfs types createmicrosoftteaminput>{ new cldfs types createmicrosoftteaminput( 'cloudfiles', 'team for managing all activities related to account xyz', null, null )}; list\<string> newmsteamids = cldfs client createmicrosoftteam(input, 'integrationuser');