SOAP API - confused about users

English! place to talk about development, programming and coding
Post Reply
thepurpleblob
Znuny newbie
Posts: 13
Joined: 27 Oct 2010, 21:20
Znuny Version: 2.4.9

SOAP API - confused about users

Post by thepurpleblob »

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!
renee
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

Post by renee »

Users are your agents (employees), CustomerUsers are your customers...
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
thepurpleblob
Znuny newbie
Posts: 13
Joined: 27 Oct 2010, 21:20
Znuny Version: 2.4.9

Re: SOAP API - confused about users

Post by thepurpleblob »

Ah... obviously :oops:

Thank you !
Post Reply