v3/user endpoint not covered
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.
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.
Is the PR related to this issue expected to be merged. Any ETA?
When @damzog gets their CLA signed we can merge it.