UserGroupManagerUpdateBasicUserDetails Method

Update selected user properties. This method is used by the users grid and updates account state, guaranteed access, viewer and scanning inbox license and optionally assigned groups.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update selected user properties.")]
public UserBasicUpdateResult UpdateBasicUserDetails(
	User properties
)

Parameters

properties  User

Return Value

UserBasicUpdateResult

See Also