Click or drag to resize
ClientUserGroupChangeMembership Method
Changes the relationship of the given user to the given group.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserGroupChangeMembership(
	string GroupName,
	string Username,
	ClientUserGroupMemberRelationship Relationship
)

Parameters

GroupName
Type: SystemString
Name of group.
Username
Type: SystemString
Username of user to change relationship of.
Relationship
Type: MOVEit.DMZ.APIClientUserGroupMemberRelationship
Relationship type to apply.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also