Inviting and Uninviting Coworkers to and from an Organization
You can invite coworkers to join any organization of which you are a member. You can also remove coworkers from an organization.
Inviting coworkers to an organization
To invite a coworker, you use the Invite colleagues window that is accessible from the Profile menu.
The name of the current project is displayed under the login name. In the image, it is missinglinkdemo
.
To invite one or more coworkers to join the current project:
-
Click Profile > Invite to <project_name>.
The following window is displayed:
-
Type in the email of the coworker you wish to invite and click Add invitation.
-
Repeat for all the coworkers you wish to add.
-
Click Invite.
Uninviting coworkers from an organization
To uninvite a coworker, use the ml orgs remove-members
CLI command.
For example, to remove a coworker whose email address is: [email protected] from the current organization, run:
ml orgs --remove-members --email [email protected] --org myorg
You can use the --email
flag multiple times.
For more information on the command, see the CLI reference.