Click or drag to resize

PFUsersManagementHubV2IncludeUserInGroup Method

Includes the user in given group and saves the group.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string IncludeUserInGroup(
	long groupId,
	long userId
)

Parameters

groupId
Type: SystemInt64
The group's id
userId
Type: SystemInt64
The included user id

Return Value

Type: String
'OK' in case of success, an error message instead
See Also