Skip to main content
Question

Access “Data Permissions” of Data Models from pycelonis

  • July 24, 2020
  • 2 replies
  • 10 views

benedikt.burgs11
Level 2
Forum|alt.badge.img+14
Dear all, is it somehow possible to access IBC data model Data Permissions from pycelonis? Eg. query the current permissions configuration or set new permissions? image781538 32.4 KB Best, Benedikt

2 replies

  • Level 0
  • November 22, 2021

Hi @benedikt.burgs11,

 

the data permissions table is handled as a usual table in event collection. You can also find it in the schema explorer. Therefore, you can treat it as a usual table and access it via the data model. Have you tried that already?

 

Best,

 

Justin


gabriel.okaba11
Celonaut
Forum|alt.badge.img+2

Hi Bene,

We used to have REST APIs to get, create,change permissions on the CPM4. I couldn't find in the pycelonis documentation as it is intentionally only available for internal use. If you are able to specify request to ServiceDesk, they might be able to provide you. https://celonis.github.io/pycelonis/reference.html

 

Best,

Gabriel