Click or drag to resize

PFUsersManagementHubV2RemoveUserFromGroup Method

Removes the user from 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 RemoveUserFromGroup(
	long groupId,
	long userId
)

Parameters

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

Return Value

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