You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Информация

Пример функций на PowerShell: ссылка

searchUserId

POST /api/v5/user/searchUserId

Поиск пользователя в каталоге пользователя Indeed по входным параметрам. При нахождении пользователя метод возвращает UserId пользователя. 

Объект запроса

{
  "Id": "string",
  "Email": "string",
  "Phone": "string",
  "NameFormat": 0,
  "Name": "string",
  "ApplicationId": "string"
}

Объект ответа

"xxxx_0000000-0000-0000-0000-000000000000"


  • No labels