I want to keep my app simple and only use Web SDK and does not want to integrated with Rest API.
I am currently exporting list of board item to an external system. However, the createdBy and modifiedBy are returning an userId. As userId is not readable in this case. I had check through the webSDK documentation and could not find any method to retrieve a username by id. Is there any method to support this other than Rest API?