How to automatically assign "other groups" to new users in Workfront Fusion? | Adobe Higher Education
Skip to main content
September 11, 2024
Resuelto

How to automatically assign "other groups" to new users in Workfront Fusion?

  • September 11, 2024
  • 1 respuesta
  • 929 visualizaciones

Background: new users are created by submitting a request which automatically creates the user with necessary permissions/groups/teams/etc.

 

Issue: I'm able to assign a Home Group up user creation, but not Other Groups (i.e. they've been assigned to the global group, but not the regional group).  

 

I've tried the Update Record module > User record type however Other Groups doesn't appear as a mappable field. I've also tried Update Record > Group as well, however add members doesn't appear there as well. 

 

Is there a way to assign other groups to users created via Workfront Fusion automation? 

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Rafal_Bainie

hi,

1. create json string with all the groups you want to add:

 

2. run custom API call with PUT method to update user

good luck

1 respuesta

Rafal_Bainie
Community Advisor
Rafal_BainieCommunity AdvisorRespuesta
Community Advisor
September 13, 2024

hi,

1. create json string with all the groups you want to add:

 

2. run custom API call with PUT method to update user

good luck

September 20, 2024

That logic can be used to add other teams as well, thank you. What is the object code for other teams? USRTMS, perhaps?

Rafal_Bainie
Community Advisor
Community Advisor
September 23, 2024

Please note this API call is addressed at USER endpoint, 

in first example I targeted "userGroups" collection and for updating other teams you can do it in exactly the same fashion by modifying "teams" collection on USER.

this is comprehensive source for all such details when making custom API calls
https://developer.adobe.com/workfront/api-explorer/