Delete Org membership API doesn't work

I'm trying to call the DELETE API on the endpoint /ApiServer/portal/roles/config/membership/Org/{UID_Org}/{UID_Person} and I receive a 200 OK response with the membership details, but the membership is not removed. Is it an API problem? Has anyone encountered this problem? Any suggestions on how to avoid this and remove a membership?

Thanks in advance,

Fabio

Parents
  • Hi Fabio,

    The first thing to check is whether the membership is directly assigned or indirectly assigned.  If it's direct your remove should work.  If it's indirect then it's not going to work.  For indirect you would need to remove the condition that causes the indirect assignment (e.g. membership of a dynamic role).

    HTH, Barry.

Reply
  • Hi Fabio,

    The first thing to check is whether the membership is directly assigned or indirectly assigned.  If it's direct your remove should work.  If it's indirect then it's not going to work.  For indirect you would need to remove the condition that causes the indirect assignment (e.g. membership of a dynamic role).

    HTH, Barry.

Children