win32net.NetGroupSetInfo

NetGroupSetInfo(server, groupname, level, data)

Sets information about a particular group account on a server.

Parameters

server : string/PyUnicode

The name of the server, or None.

groupname : string/PyUnicode

The group name

level : int

The information level contained in the data

data : PyGROUP_INFO_*

A dictionary holding the group data.

Win32 API References

Search for NetGroupSetInfo at msdn, google or google groups.