Announcement

Collapse
No announcement yet.

How to change Infostore access rights via HTTP Api or Commandline?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to change Infostore access rights via HTTP Api or Commandline?

    Hallo,

    gibt es eine Möglichkeit per Http API oder Commandline die Rechte von Infostore Objekten und Ordnern zu ändern?
    Oder ist das nur per SQL in der OX Datenbank möglich als Alternative zum Webfrontend?

    Mit freundlichen Grüßen
    Simon Sommer

    Translated:

    Is it possble to change Infostore folder access rights from outside the Webgui via HTTP Api or Commandline?
    Or do i have to edit the OX Database via SQL?

  • #2
    Hi Simon,

    the HTTP API is meant for the groupware process. Module permissions are part of the admindaemon process. This service can be used via SOAP or RMI.

    See:



    Greetings

    Comment


    • #3
      The web GUI uses only the HTTP API, so if you can do it in the GUI, you can do it via the HTTP API. Whether the documentation is up-to-date is another question, but that's what Firebug is for

      See Module "folders" in the HTTP API, particularly the field "permissions" of folder objects.

      Comment


      • #4
        Ah sorry, i misunderstood what you want to do, setting folder permissions is possible through the HTTP API of course. Enabling/disabling infostore or other modules for a user is only possible through SOAP/RMI.

        Comment


        • #5
          thats exact what i wanted to know. Thank you all for the help.

          Comment

          Working...
          X