This URL changes the access role for a specified user in a collaborative workspace.
URL structure
- http://host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path.
Parameter values
- collabSpaceId
- (Required) The ID of the collaborative workspace.
- userId
- (Required) The full LDAP distinguished name of the user.
- role
- (Required) The new role of the user.
- redirecturl
- (Required) The URL to be called when the command completes successfully.
Example
The following example changes the role of user "uid=newUser,o=default organization,o=root organization" to a Manager role.
http://myhostname/webapp/wcs/tools/servlet/CollabChangeMember? CollabSpaceId=Contract123_CS_2001-10-18_1635247849&userId= uid=newUser,o=default organization,o=root organization&role=manager
Behavior
Unassigns the specified user their original role, and adds the user to the newly specified role (Manager, Author, or Reader).
Exception conditions
- The user who executes this command must have Manager access to the collaborative workspace.
- The user whose role is to be changed must already be a member of the collaborative workspace.