---
title: "Assign contact to project"
slug: "assign-contact-to-project"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/assign-contact-to-project"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Assign contact to project

Post/pm-rest-api/jersey/v1/assign-to-project/contact

### Assign Contact to Project

This endpoint allows the assignment of a contact to a specific project.

#### Request

- Method: POST
- URL: `{{CMIC_BaseUrl}}/pm-rest-api/jersey/v1/assign-to-project/contact`
- Body:
  - `projectOraseq` (text, required): The unique identifier of the project.
  - `systemContacts` (text, required): An array of system contacts to be assigned to the project, where each item contains:
    - `SyscContactOraseq` (text, required): The unique identifier of the system contact.

SecurityHTTPType basic

Basic authentication

Body parameters<select class='api-response-data' aria-label='Media type'><option value='f81ff67a-be53-4317-b30c-d5f743cc4788'>application/json</option>
</select>object  Example{
  "projectOraseq": "12987043",
  "systemContacts": [
    {
      "SyscContactOraseq": 242175
    }
  ]
}

Responses200

Successful response

<select class='api-response-data' aria-label='Media type'><option value='92d45d79-6e8a-423b-918f-5ce02e05c7ee'>application/json</option>
</select>
