cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
207
Views
0
Helpful
1
Replies

Adding a User to a Group??

JeffG1
Level 3
Level 3

Does any one know the SOAP / AXL to add a user to a group?

When Adding a user, I'm specifying the group / name but the user does not get added to the group...

1 Reply 1

Sascha Monteiro
Level 6
Level 6

The usergroup is not used when adding a user,

if you look at the XUser you see it's read-only.

The updateUserGroup could be used, but you need to specify all existing users, so that would be a bit tricky...

I think you need to use executeSQLUpdate, and add the association via sql.

You need to look at the datadictionary to see whcih table/fields to use.

hth

Sascha