Hi, How can I get the userId (internalId) of the l...
# suitetalkapi
j
Hi, How can I get the userId (internalId) of the logged in employee? We are using SOAP Web Services and we are migrating to use TBA. With the SOAP Web Services, we call loginAsync(loginRequest request) that returns a loginResponse and containing sessionResponse.userId. But using TBA, I don’t want to call loginAsync with user/password in a Passport to get the UserId, it defeats the purpose of using TBA. Any ideas?