Users can be added to an existing Project using their emails. You can specify the role of the users being added using the ProjectUserRole
enum. ProjectUserRole
can take the following values:
The Project hash can be found within the URL once a Project has been selected:
app.encord.com/projects/view/\<project_hash>/summary
or app.us.encord.com/projects/view/\<project_hash>/summary
The following script shows how to add two new annotators to the project. Note how all users get assigned the same role.