profile_addGroupMember

Adds a user to a group.

Syntax

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

Description

The profile_addGroupMember operation adds a user to 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.

userName

A string containing the name of the user to be added to the group.

return_value

None.

See Also