Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Grant/Remove project access to users via fusion

Avatar

Level 2

Hi There, I am looking to grant access for a user/group to project after an action performed in Workfront via fusion. Is it possible possible through Workfront modules or should I use HTTP module. If its http module, please help me with api calls/queries. 

 

I am also looking to remove access after an action in workfront, please help me with your thoughts. Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Elanhere 

There is no "un-share" function. 

 

You'll need to get the access rules for the project, iterate through them, skip the ones you want to remove using a filter, and collect the remaining rules. Then using a customAPI call, you'll need to set the access rules collection on the project. 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Elanhere 

There is no "un-share" function. 

 

You'll need to get the access rules for the project, iterate through them, skip the ones you want to remove using a filter, and collect the remaining rules. Then using a customAPI call, you'll need to set the access rules collection on the project.