The api has both a $UserObject (http://dev.otrs.org/3.0/Kernel/System/User.html) and a $CustomerUserObject (http://dev.otrs.org/3.0/Kernel/System/CustomerUser.html). I'm struggling to understand the difference. Basically, if I want to add a new user so that I can then add tickets to it, which one should I be using?
Many thanks!
SOAP API - confused about users
-
- Znuny newbie
- Posts: 13
- Joined: 27 Oct 2010, 21:20
- Znuny Version: 2.4.9
-
- Znuny expert
- Posts: 241
- Joined: 06 Feb 2009, 11:15
- Znuny Version: 3.0.x
- Company: Perl-Services.de
- Contact:
Re: SOAP API - confused about users
Users are your agents (employees), CustomerUsers are your customers...
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
-
- Znuny newbie
- Posts: 13
- Joined: 27 Oct 2010, 21:20
- Znuny Version: 2.4.9
Re: SOAP API - confused about users
Ah... obviously
Thank you !

Thank you !