Click or drag to resize

AmiServiceClientDeleteUser Method

Deletes a security user.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityUserInfo DeleteUser(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the user to be deleted.

Return Value

Type: SecurityUserInfo
Returns the deleted user.
See Also