Click or drag to resize

AmiServiceClientUpdateUser Method

Updates a user.

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

Parameters

id
Type: SystemGuid
The id of the user to be updated.
user
Type: SanteDB.Core.Model.AMI.AuthSecurityUserInfo
The user containing the updated information.

Return Value

Type: SecurityUserInfo
Returns the updated user.
See Also