Skip to main content

Hi,

 

We want to automate the creation of objects in Celonis (e.g. Data Pools, Spaces, Packages) by running a script when new business teams are onboarded to our platform. We do this by using the PyCelonis API.

However, I was wondering if it is also possible to create groups and assign permissions for these groups using PyCelonis.

 

E.g. for Business Team 'X', we want to create:

  • Data Pool 'X'
  • Space 'X'
  • Packages 'X1', 'X2', 'X3'
  • Group 'X'
  • Set Permissions for group 'X' within the Data Pool and the Space.

 

I couldn't find anything in the documentation regarding creating groups and setting permissions (only about viewing permissions), so it would be great if anyone knows if this is possible.

 

Thanks in advance!

 

 

I have reviewed a lot pycelonis and there is nothing to act on the permissions. Nor to create a user or group.

 

In fact, even checking the "internal" data json of a object, like a studio analysis I never found the least pice of information related to permissions....

 

But, if you find how... please I want to know too... 😉


@Guillermo Gost 

I've been in contact with Celonis and they informed me that managing permissions via PyCelonis is not possible (and that it is not in the roadmap yet).

 


@Guillermo Gost 

I've been in contact with Celonis and they informed me that managing permissions via PyCelonis is not possible (and that it is not in the roadmap yet).

 

Thx for the update.

 

I will check the integration of Celonis with Identity and Access Management systems... depending on what I find, maybe I will request a feature.

Because eventually you will need to integrate Celonis with things like SailPoint, Jumpcloud, etc....


Reply