Neuralk.projects.add_user
Neuralk.projects.add_user(project, user_email, role='member')
Add a user to a project by project ID with a specific role.
- Parameters:
- Raises: NeuralkException – If adding the user fails
- Return type: None
Add a user to a project by project ID with a specific role.
On this page