Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove members from org - feature request. #36

Open
shreya-gr opened this issue Aug 11, 2023 · 3 comments · May be fixed by #87
Open

Remove members from org - feature request. #36

shreya-gr opened this issue Aug 11, 2023 · 3 comments · May be fixed by #87

Comments

@shreya-gr
Copy link
Collaborator

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.

@nagy-nabil
Copy link

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-apis package 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

@Nishchit14
Copy link
Contributor

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.

@nagy-nabil
Copy link

ok thank you @Nishchit14 i will work on it ASAP

@nagy-nabil nagy-nabil linked a pull request Sep 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants