FindUsersAsync(string searchTerm) Method

Searches the directory for users related to the specified search term.

Syntax

public virtual Task<IEnumerable<IUserDirectoryUser>> FindUsersAsync(string searchTerm)

Parameters

searchTerm
Type: string

The search term.

Returns

Sequence of users which are related to the specified search term.