Manage Your organization
-
Get users list of the organization
Use command :
initz get user --scope=org
Flags
--scope
- Defines the scope from where you want to remove the user, In this case, the scope argument value should be
org
. - required
- Defines the scope from where you want to remove the user, In this case, the scope argument value should be
-
Add user to the organization
Use command :
initz invite user --email=<email> --role=<role>
tipIn order to edit the role of the user you can use tha above command.
-
Remove user from the organization
Use command :
initz remove user --scope=<scope> --userid=<userid>
Flags
--scope
- Defines the scope from where you want to remove the user, In this case, the scope argument value should be
org
. - required
--userid
- ID of the user.
- required
- Instruction : Write the user ID within double quotes.
- Defines the scope from where you want to remove the user, In this case, the scope argument value should be
important
- Only admins of the organization have access to add users to the organization.
- You can add the user to the organization with the role of Admin, Workspace-admin, or Developer.