I get a return of “input does not match any value of parent”. So to my understanding that means that I’m not able to generate any subscriber, beside the already existing admin.
Is there only one subscriber allowed? Is there any doc that describes limitations or/and dependencies?
Subscriber (God father)
1.1. Customer (master of everthing below him)
1.1.1. User (may pay the bill)
As I read the doc, the specification of a subscriber is, that his is his own parent (name and parent are the same) and has permissions = owner.
If that is correct, then it is logical that there isn’t a subscriber with the same name as I try to create at this moment. Where is my mistake? Or is there only one subscriber possible?
It fills out the parent and subscriber fields after the fact so that they refer to the same object, but you cannot refer to an object that doesn’t yet exist during the creation phase.
You can then create other customers that refer to them: