Skip to main content

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:
    • project (str *|*Project) – The project to add the user to or its ID .
    • user_email (str) – The email of the user to add
    • role (str) – The role to assign to the user. Default is “member”.
    • roles (Available)
    • "owner" ( -)
    • "contributor" ( -)
    • "member" ( -)
  • Raises: NeuralkException – If adding the user fails
  • Return type: None

On this page