Hi,
We've got document creator ID, coluld you please advice how can we get creator's first/last names?
Thanks,
Alex
You could use Member Service's 'GetMemberByID', pass in the creator's ID, then cast 'Member' into a 'User', which should have the first and last name.
Got it, thanks!