Rechercher une personne

Requête:

GET /hubs/{hub}/_vti_bin/HUBDirectoryService.svc/HUBDirectoryService.svc/GetContacts

Corps:

Format: JSON

{
   Page: 1,
   PageSize: 10,
   TextSearch: "test"
}
  • /!\ Page correspond à l'index de la page. L'index commence à 1

Réponse:

Format: JSON

[
   {
      "AllowUserFinderNotification":false,
      "Browsable":true,
      "CellPhone":"0687389404",
      "Comments":null,
      "Company":"Tévolys",
      "Customization":null,
      "Email":"mickael.damour@tevolys.com",
      "FirstName":"Mickaël",
      "FullName":"Mickaël Damour","Groups":null,
      "HasAccessToAdministration":false,
      "HomePhone":null,"ID":96,
      "IsFavorite":true,
      "JobTitle":"testeur",
      "LastName":"Damour",
      "LoginName":"mdamour",
      "Office":null,
      "PictureUrl":"...",
      "SPProfileItemID":95,
      "SPProfileListUrl":null,
      "Skype":null,
      "UserIsConnected":true,
      "UserIsOnSite":null,
      "WebPage":null,
      "WorkCity":null,
      "WorkCountry":null,
      "WorkFax":null,
      "WorkPhone":"0380608383",
      "WorkState":null,
      "WorkZip":null
   },
   {
   ...
   }
]

Sommaire

Support