manage agents permission from custom portal using soap api

Moderator: crythias

Locked
szn0007
Znuny newbie
Posts: 28
Joined: 10 Jul 2016, 08:59
Znuny Version: 3.1.12
Real Name: Sujan Shrestha
Company: Classictech

manage agents permission from custom portal using soap api

Post by szn0007 »

Is there way to manage permissions of otrs users from custom portal using soap api? Or Create OTRS users using soap api??
skullz
Znuny superhero
Posts: 658
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: manage agents permission from custom portal using soap api

Post by skullz »

if you are using Generic Interface, then yes..
the user of GI is based on the Agent<->Group permission..
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This

Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
szn0007
Znuny newbie
Posts: 28
Joined: 10 Jul 2016, 08:59
Znuny Version: 3.1.12
Real Name: Sujan Shrestha
Company: Classictech

Re: manage agents permission from custom portal using soap api

Post by szn0007 »

skullz wrote:if you are using Generic Interface, then yes..
the user of GI is based on the Agent<->Group permission..
Can you give me some documentation for that...
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: manage agents permission from custom portal using soap api

Post by root »

skullz wrote:if you are using Generic Interface, then yes..
the user of GI is based on the Agent<->Group permission..
Sounds interesting. I've only setups where Ticket operations are available by default? From where do you get that information?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
skullz
Znuny superhero
Posts: 658
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: manage agents permission from custom portal using soap api

Post by skullz »

szn0007 wrote:
skullz wrote:if you are using Generic Interface, then yes..
the user of GI is based on the Agent<->Group permission..
Can you give me some documentation for that...
https://otrs.github.io/doc/manual/admin ... rface.html

root wrote:
skullz wrote:if you are using Generic Interface, then yes..
the user of GI is based on the Agent<->Group permission..
Sounds interesting. I've only setups where Ticket operations are available by default? From where do you get that information?
I write a lot of php script to play around with the GI..just try and error..and definitely webservice user require exacts permission like normal agent.
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This

Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: manage agents permission from custom portal using soap api

Post by root »

skullz wrote: I write a lot of php script to play around with the GI..just try and error..and definitely webservice user require exacts permission like normal agent.
I'm just interested in the last art of the URL you use: /otrs/?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked