Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Identifying proxy rights via the API

Status
Not open for further replies.

dspitzle

Programmer
Sep 9, 2003
45
US
I'm having difficulties figuring out how to navigate proxy rights using the Groupwise Object API. If I have an Account object for user Fred, the AccessRights property will give me a list of everybody he has granted proxy rights to see his account. How do I find the accounts to which he has proxy access? This obviously gets stored somewhere, as it appears in the proxy list that appears in the Groupwise user interface, so how do I find it?
 
You're looking for ProxyAccounts, not AccountRights.

If John Smith grants proxy to User A, User B, and User C; John Smith's AccountRights collection will consist of 3 elements.

Each element will be an AccountRights object that will describe to whom John Smith gave proxy access and what the rights are.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top