Does anyone know what the parameters should be for this?
public List<Device> GetExtensionsByLogin(
string loginName,
string password
)
I've tried using
Domain\Firstname.Lastname
DomainPassword
and all alternatives example without the domain at the beginning. Not sure what the problem is as i do not get a failed response and i also do not get any results when trying to echo out the extension number for the employee just comes out blank.