开发者

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

开发者 https://www.devze.com 2022-12-28 14:16 出处:网络
I am using Google API Ver 2 for .NET. I want to access list of domains users with there information like userid and password.

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

精彩评论

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