getSecurityGroup

Retrieves detailed information about a specific security group in a Wickr network, including its settings, member counts, and configuration.

Samples


fun main() { 
   //sampleStart 
   // Get security group successfully
val resp = wickrClient.getSecurityGroup {
    networkId = "12345678"
    groupId = "abc12345"
} 
   //sampleEnd
}