Skip to main content

Community

Connector Improvement: Add addressLongitude field to UKG Pro connector employee table

Answered

Please sign in to leave a comment.

Comments

4 comments

  • Official comment

    Hi,
    Thanks for the input. However, this is due to the API only getting the Latitude and not Longitude. 
    The connector fetches all person details which does not have Longitude information. Can you help me with the API docs that helps us with the info that Longitude information is also available? I understand this is possibly coming in the API but not available in the docs - hence we will need to also check if this is supported for all or is this something enabled for some customers only. 

    Regards

    Hi, The UKG Pro provider suggested us that you can use this endpoint in order to get the addressLongitude:

    curl --request GET \
         --url https://hostname/personnel/v1/person-details \
         --header 'accept: application/json'

    Thanks Neyber. It looks like it is not documented in the portal.
    Nevertheless we have added it to backlog and will keep you posted on the progress.

    Thanks so much Unnikrishnan.