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?
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
That logic can be used to add other teams as well, thank you. What is the object code for other teams? USRTMS, perhaps?
Views
Replies
Total Likes
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/
Views
Likes
Replies
Views
Likes
Replies