Update User Group Membership

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This public method will allow users to update one or more company user's membership to company-level groups.

Note:

Although the system audits the addition or removal of users to or from a shell, it does not audit group membership. Because of this, changes to group membership are not reflected in the Group Audit Log.

Support

Installation: ASP and Self host

Level Yes or No
Company Level Yes
Project/Shell Level No

Prototype

public XMLObject updateUserGroupMembership(String shortname, String authcode, String membershipXML);

Parameters

Parameter Description
Shortname identifier of the company, company's short name
Authcode authentication key for the company, in text string
membershipXML Information of the user(s) that must be added or removed from company-level groups

Return Value

See Appendix B: Return Values.

Sample Method

updateUserGroupMembership("acme", "acme_authcode", "<user information>")

Additional Information

'_user' will be the base tag which can be repeated with the data to update multiple company users' group membership.

The unique identifier will be the user name and based on the matching user name, the passed on fields should be updated.