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

Add delete user action item menu #3379

Open
richard-cox opened this issue Feb 4, 2019 · 0 comments
Open

Add delete user action item menu #3379

richard-cox opened this issue Feb 4, 2019 · 0 comments

Comments

@richard-cox
Copy link
Contributor

richard-cox commented Feb 4, 2019

  • Extra option in user menu item
  • cf admins only
  • Consider also multi user action item
  • Follow cf delete-user flow (delete from cf, delete from uaa)
    • GET /Users?attributes=id,userName&filter=userName+Eq+%22%22
      • Host: uaa.local.pcfdev.io
    • DELETE /v2/users/< id from above >?async=true
      • Host: api.local.pcfdev.io
    • GET /v2/jobs/e4059441-ab0e-45a2-90ed-802a768ef2a0
      • Host: api.local.pcfdev.io
    • DELETE /Users/4b61a602-bd58-4fb0-a96a-24a82cc5ff09 HTTP/1.1
      • Host: uaa.local.pcfdev.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant