Click or drag to resize
INetadminUserManagerGetUserByEmail Method

[This is preliminary documentation and is subject to change.]

Retrieves user by email

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IUser GetUserByEmail(
	string email
)

Parameters

email
Type: SystemString

[Missing <param name="email"/> documentation for "M:Netadmin.Management.Inventory.INetadminUserManager.GetUserByEmail(System.String)"]

Return Value

Type: IUser
The user representation, or null if not found
Exceptions
ExceptionCondition
MultipleObjectsNotExpectedExceptionThrown if multiple users found using same email
See Also