Insights Hub Removing User Accounts from Cloud Foundry Organization

2024-01-16T07:48:08.000-0500
Developer Tools Applications

Summary

If you want to remove user accounts that are no longer associated with your organization or are not actively contributing to the project, this article will guide you in removing such users from the Cloud Foundry organization.


Details

Solution:
To effectively remove a user from a Cloud Foundry organization, follow these steps:
Access Permissions:
  • In Insights Hub as an OrgManager, it's crucial to understand that you cannot create or delete a user directly in Cloud Foundry.
  • Instead, the focus is on managing the roles assigned to users within your organization.
Role Unset:
  • To remove a user from your organization, use the "unset-org-role" command. For example:
cf unset-org-role USERNAME ORGNAME ORGROLE
  • Replace USERNAME with the username, ORGNAME with the organization name, and ORGROLE with the role you want to revoke.
Verification:
  • After unsetting the roles, verify that the user no longer has any assigned roles within the organization. Use the following command:
cf org-users ORGNAME
  • This command will display a list of users in the organization, and the user you removed should no longer be present.
WebAccount Consideration:
  • In the context of Insights Hub, note that a WebAccount is required for accessing Insights Hub or Cloud Foundry.
  • Removing a user completely from the Webkey will deny access to both Insights Hub and Cloud Foundry.

By following these steps, you can remove unnecessary user accounts and associated access from your Cloud Foundry organization.

KB Article ID# KB000128927_EN_US

Contents

SummaryDetails

Associated Components

Cloud Foundry