I added an extra column to the Users data collection to contain the department that each user works in. I add a new response parameter to the login service to return the Department value. When the login service runs, it returns the _id value and sessionToken value but no Department value.
Is it possible to extend the login service in this way? If not, is there any other way to return additional column values from the Users collection?