v1
latestOpenAPI 3.0.32026-07-2415128381.3 KBContributors
Import contributors
Imports contributors from one project to another, copying their roles, permissions, and language assignments. If contributor_ids is omitted or empty, all contributors from the source project will be imported. If specified, only the listed contributors will be imported. Requires Manage contributors admin right on target project and read access to source project.
Requires <code>write_contributors</code> OAuth access scope.
post/projects/{project_id}/contributors/import
Path parameters
project_idstring uuid required
A unique project identifier (UUID v7)
Request body
Example request
{
"from_project_uuid": "01933e2e-4e5d-7b9c-8f1a-2b3c4d5e6f7a",
"contributor_ids": [
"01933e2f-1a2b-7c3d-9e4f-5a6b7c8d9e0f",
"01933e2f-2b3c-7d4e-af5b-6c7d8e9f0a1b"
]
}Response
OK