­Home‎ > ‎

Directory Lookup API Reference


Overview


Almacena un arreglo con objetos en formato JSON con el snapshot del objeto en person.


Object format


 

  "peoplesearch_manager": [

                   {

                       "id": "110621088786061",

                       "fullName": "Alfonso Martinez",

                       "personEmail": "alfonsom@aeegle.com"

                   }

               ]




Request example


{

"authToken":         "wYrOCWzmcPxzYbq+h8KOZ7reip7mkxi1Vbyr",

"formId": "59de61d8789b3a0010f29",

     "model":{

   "text_first_name": "Misael",

   "text_last_name": "Alvarenga",

   "date_birthday": "808955914",

   "peoplesearch_manager": [

                   {

                       "id": "110621088786061",

                       "fullName": "Alfonso Martinez",

                       "personEmail": "alfonsom@aeegle.com"

                   }

               ]

    }

}