Adds a user to a Project as an editor. Editors can add and remove datasets in a project and delete the project.

An editor of a project is not automatically an editor of any datasets the project contains.

You must be an administrator of the project

  • Parameters

    • projectId: string
    • userId: string
    • Optionaloptions: AxiosRequestConfig

    Returns Promise<void>