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!