CloudGroupRequest Data Type

Properties
name data type constraints description
name string  
externalSourceId string  
teamsGroup boolean required
members array of string  

Example

{
  "name" : "...",
  "externalSourceId" : "...",
  "teamsGroup" : true,
  "members" : [ "...", "..." ]
}