win32net.NetLocalGroupGetInfo

dict = NetLocalGroupGetInfo(server, groupname , level )

Retrieves information about a particular group 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

Win32 API References

Search for NetLocalGroupGetInfo at msdn, google or google groups.

Return Value

The result will be a dictionary in one of the PyLOCALGROUP_INFO_* formats, depending on the level parameter.