How to Add a User to a newly created Project in Workfront Fusion | Community
Skip to main content
JessicaBCrum
Level 2
March 13, 2025
Solved

How to Add a User to a newly created Project in Workfront Fusion

  • March 13, 2025
  • 1 reply
  • 1286 views

I am trying to figure out how to add users to a project using Fusion. I have tried a Custom API call: Post and a Create Record for Project User. Neither work and produce a 422 error: [422] PRTU is not a top level object and can't be requested directly. I am trying to add a few users that will not be assigned to tasks to the new project and at the same time I need to remove the owner of the request from the converted request and add them to the project. Any help would be extremely appreciated!

Best answer by Sven-iX

Hi @jessicabcrum 

ProjectUser is a linking object, much like objectCategory and you can't modify those records directly. 

Using a customAPI call you can add a user to a project like so

 

1 reply

Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
March 13, 2025

Hi @jessicabcrum 

ProjectUser is a linking object, much like objectCategory and you can't modify those records directly. 

Using a customAPI call you can add a user to a project like so

 

JessicaBCrum
Level 2
March 14, 2025

Thank you @sven-ix! I will give this a try. I really appreciate you weighing in and providing a solution.