cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

v3/user endpoint not covered

Open damzog opened this issue 7 months ago • 3 comments

I just implemented some cleanup procedures to delete users that have left our company. Doing so I noticed that deleting a user via org.cloudfoundry.uaa.users.DeleteUserRequest will

  • delete the user in uaa but not the v3/user resource in cf.
  • will also not delete other cf resources like Role instances that reference this user.

When I considered implementing corresponding methods I noticed that there is no library function for handling cf user resources. Would you mind adding them?

It would actually also be nice to have this covered in order to be able to attach some Metadata to a user resource which about the only thing you can actually do to this cf resource.

damzog avatar Jul 04 '25 14:07 damzog

Hey @damzog !

Thanks for reaching out. I'm currently the only active maintainer, and I don't have enough bandwidth to add new features. However, if you'd like to contribute a pull request (or maybe multiple PRs), I'll be happy to dedicate some time to get this merged.

Kehrlann avatar Jul 04 '25 16:07 Kehrlann

Is the PR related to this issue expected to be merged. Any ETA?

SaifuddinMerchant avatar Aug 11 '25 18:08 SaifuddinMerchant

When @damzog gets their CLA signed we can merge it.

Kehrlann avatar Aug 12 '25 08:08 Kehrlann