Google Apps Security and Compliance Services Web Services Manual do Utilizador Página 49

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 70
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 69 70

Comentários a estes Manuais

Sem comentários