Novell is now a part of Micro Focus

GroupWise API Script

Articles and Tips: qna

01 Apr 2003


Q.

How do I create a GroupWise API script which will delete all GroupWise aliases in the whole system?

GroupWise Gerry

A.

Dear GroupWise Gerry: It really isn't that bad. You can peruse the GroupWise API documentation on> http://developer.novell.com, or use the short sample I have provided below:

WPC-API= 1.2;

MSG-TYPE= Admin;

DS-USER=
	Operation=Delete;
	Domain=DOM1;
	Post-Office=PO1;
	Object=JohnDoe;
	First-Name=John;
	Last-Name=Doe;
	GW-Alias=
		External-Name=user@domain.com;
		Type=gwia;
	;
;

-End

* Originally published in Novell AppNotes


Disclaimer

The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.

© Copyright Micro Focus or one of its affiliates