Remove members from org - feature request.
Is your feature request related to a problem? Please describe. In team collaboration, the admin should be able to remove members from Organization.
Currently, we can remove workspace members but not the organization members.
I checked the remove user from workspace code, and I guess it will be very similar work to delete a member from org
the workflow could be something similar to this
- [ ] add end-point to remove member from org like the one of the workspace(the
@firecamp/cloud-apispackage may already have this, I only checked the project through sourcegraph)
Rest.workspace
.removeMember(workspace.__ref.id, row.id)
- [ ] add action cell on members tab in org management
if this issue still available, I could give it a try
Thank you for showing your interest @nagy-nabil. Yes, It is the same. You can pick this one.
I'll check the API, If it's not available then I'll create one and share it with you. Meanwhile, you can use a mock promise to replicate the API response.
ok thank you @Nishchit14 i will work on it ASAP