Click or drag to resize

AmiServiceClientGetUser Method

Gets a specific user.

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

Parameters

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

Return Value

Type: SecurityUserInfo
Returns the specified user.
See Also