I'm trying to update a list item in a remote sharepoint site using the rest api from a workflow. I'm having issues understanding how to populate a person field. I've looked online and read that you should use the id of the user and not the login, however what if I do not know the users id? Where can I get this from?
I've been reading the following link but it doesn't explain where the id comes from
how to add user to sharepoint list item user field using REST api in sp2013?