user-plusadd_members_to_project

imerit_ango.sdk.SDK.

add_members_to_project(project_id, members, role)

Assign one or more existing organization members to a specified project with a defined project role.

Parameters

  • project_id: string

  • members: List[str]

  • role: ProjectRoles

    • The role in which you would like to add the user(s) to the project. Possible roles include:

      • ProjectRoles.Manager

      • ProjectRoles.Labeler

      • ProjectRoles.Reviewer

      • ProjectRoles.Lead

Returns:

  • output: dict

    • A dictionary containing the result of the operation.

circle-exclamation

Example

Last updated