Using curl to create a group, i can create a group...
# troubleshoot
b
Using curl to create a group, i can create a group, but the users in the group cannot be created. sos
✔️ 1
b
I do not think that corpgroupinfo holds all the members info. Rather I think that group info is kept in respective userinfo instead. You can try by adding members in group via UI, I believe that the newly aspect aspect inside MySQL goes to userinfo.
b
yup xL is right in that membership within a group is actually determined by the
groupMembership
aspect and not from
corpGroupInfo
- the
groupMembership
aspect is on a per user level and gives you all the groups that that particular user is a member of. here's the aspect: https://datahubproject.io/docs/generated/metamodel/entities/corpuser/#groupmembership
b
ths!!!!!