Skip to content

v3/user endpoint not covered #1294

@damzog

Description

@damzog

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions