Forrest logo
back to the pio tool

pio-org:tldr:4b25c

pio-org: Remove a user from an organization.
$ pio org remove ${organization_name} ${username}
try on your machine

This command is used to remove a user from an organization in an application or platform. It requires two parameters:

  1. ${organization_name}: This is the name of the organization from which you want to remove the user. It is a placeholder, and you need to replace it with the actual name of the organization.

  2. ${username}: This is the username of the user you want to remove from the organization. Similarly, you need to replace it with the actual username.

When you execute this command, it will remove the specified user from the given organization, revoking their access and privileges associated with that organization.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool