profile_removeGroupMember

Removes a user from a group.

Syntax

public void profile_removeGroupMember( String accessToken, String groupName, String userName );

Description

The profile_removeGroupMember operation removes a user from membership in a group.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

groupName

A string containing the name of the group from which you want to remove a member.

userName

A string containing the name of the user you want to remove from the specified group.

return_value

None.

See Also