removeUserFromGroup

Removes the specified user from the specified group.

Samples

// The following command removes the user named Bob from the IAM group named Admins.
iamClient.removeUserFromGroup {
    userName = "Bob"
    groupName = "Admins"
}