Click or drag to resize

IUserManagementDeleteUsers Method

Deletes users from the system. Can only be called by an admin

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void DeleteUsers(
	AuthenticationInfo auth,
	IEnumerable<Guid> userIds
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
userIds
Type: System.Collections.GenericIEnumerableGuid
The list of user ids to delete. Invalid ids will be ignored
See Also