Skip to main content

SearchMembersRequest Properties

An object defining properties for the SearchMembersRequest class.

Text

Gets the search text to filter members.

Type: string

The Text property contains the search query text used to filter members by their name, description, or other searchable fields.


IsMemberOf

Gets a value indicating whether to search for members that belong to a specific group or entity.

Type: bool

The IsMemberOf property determines whether the search should filter for members that are part of a particular group or entity. When true, only members belonging to the specified context are included in the search results.


StatusCondition

Gets the status condition used to filter members by their entity status.

Type: EntityStatusCondition
Accepted Values:

NameValue
All0
Active1
Passive2

The StatusCondition property specifies which entity status values should be included in the search results. It uses the EntityStatusCondition enumeration to define the status filter, with a default value of EntityStatusCondition.All when not explicitly specified.