开发者

How can i get list of Domain user's from Google Apps account?

I am using Google API Ver 2 for .NET. I want to access list of domains users with there information like userid and password.

How can display list d开发者_如何学编程omain user's using Admin's credential?

Thanx


Use the RetrieveAllUsers() method as described here: http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_reference_dotnet.html#Retrieve_All_Users_in_Domain_Example

To create the service object and authenticate with your admin account, see this code sample:

http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_reference_dotnet.html#Authenticating_To_Your_Domain

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜