CollabDeleteMember URL (Business Edition)

This URL removes the specified member from the collaborative workspace.

URL structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: the URL starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the URL name, CollabDeleteMember  and the ? character. End the URL with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

collabSpaceId
(Required) The ID of the collaborative workspace.
userId
(Required) The full LDAP distinguished name of the user who will be removed from the collaborative workspace. This parameter can be repeated for each member to be deleted.
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, reader).

Exception conditions

Feedback