Trying to do some management of groups, and I'm ge...
# gooddata-cloud
r
Trying to do some management of groups, and I'm getting this error. What could be causing this?
Console error log is:
m
Hi Ryan, can you please provide us with the related TraceID from the Dev console so we can review our logs for you?
r
How would I get the traceID?
Copy code
{
  "detail": "There are user groups that are parents.",
  "status": 400,
  "title": "Bad Request",
  "traceId": "259876344323429b60c5de382164307f"
}
m
Thank you for this - I will check this and get back to you with more details
m
Hi Ryan, the reason the usergroup cannot be deleted is that
"IntouchCX - View"
is a parent of
"intouchcx-user-success-view"
according to the Permission Hierarchies. You will need to unlink
"IntouchCX - View"
as parent from the the other user group by modifying the object via a PUT call, or a more easier way, delete the child usergroup first and then the parent. Let us know how you get on.
r
I deleted the intouchcx-user-success-view and it's still throwing the error.
Copy code
{
  "detail": "GET operation not allowed on path '/api/v1/actions/userManagement/removeUsersUserGroups'.",
  "status": 405,
  "title": "Method Not Allowed",
  "traceId": "6296551c8882901e458fe4863fe575c7"
}
m
My apologies, there is one more child usergroup: intouchcx-export. You can check the relationships on this endpoint {hostname}//api/v1/layout/userGroups