Hi,
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 domain user's using Admin's credential?
Thanx
Hi,
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 domain 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: