Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Is there a way to add "otherGroups" to user account via the Web API?

Avatar

Level 1
I have tried using various methods for using PUT to update "otherGroups" with no success. It doesn't appear that the GROUP object allows for modifying members either. I have been trying to add otherGroups using the https://company.attask-ondemand.com/attask/api-internal/user? link, specifying user id and apiKey, posting JSON with {"otherGroups": [{"ID", ID}, {"ID", ID}]} or similar. No error is returning from Workfront, I'm just getting a status: 200. I am trying to get "default" groups added to each user that is newly added to the system.
2 Replies

Avatar

Level 1
Hello Weston, Did you find a solution for adding users to additional groups? I'm having the same trouble. Thanks! Chris Brady The Integer Group

Avatar

Level 1
I think I've sorted it for myself. It wasn't working to update the `otherGroups` property of a User, however updating `otherGroupIDs` did work. Chris Brady The Integer Group