Assign contact to project
- 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Assign contact to project
- Updated on 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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/contactBody:
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.
Security
HTTP
Type basic
Basic authentication
Body parameters
object
Example{ "projectOraseq": "12987043", "systemContacts": [ { "SyscContactOraseq": 242175 } ] }
Responses
200
Successful response