Google Apps Security and Compliance Services Web Services Manuel d'utilisateur Page 49

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 70
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 48
User Sync API 47
User Sync API GetUsers Operation
Response
If successful, no data is returned except for an empty SOAP response (void).
Otherwise see “Exceptions” on page 44.
Exceptions
User Sync API API Infrastructure Exceptions -- See “Exceptions” on page 44,
and for exception handling recommendations, see “Exception Management” on
page 20.
C# Example
This v. 1.5 C# example is using the PMP password (pword) for authentication.
The example was developed using Microsoft Visual Studio 2005.
...
UserSyncAPI.UserSyncService wsCheckAuth = new
UserSyncAPI.UserSyncService();
UserSyncAPI.authElem authCredentials = new
UserSyncAPI.authElem();
authCredentials.apiKey = “<your application’s unique license
key>”;
authCredentials.email = “<email address entered by the user>”;
authCredentials.pword = “<password entered by the user>”;
wsCheckAuth.checkauth(authCredentials);
...
Operation
GetUsers
Request: GetUsers (AuthElem, Criteria, Control)
Response: GetUsersResponse holding a UserRecord for each requested
user
Vue de la page 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 69 70

Commentaires sur ces manuels

Pas de commentaire