> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/discord/steps/get-members-by-name.md).

# Get Members by Name

**Introduction**&#x20;

This step is used to search for and list all members in a guild who match a provided name.

**Description**

Finds and returns a list of guild members whose names exactly match the provided name. The search is case sensitive.

**Configuration**

1. **Guild**: Select the guild in which to search for members. This is a required field.
2. **Name**: Enter the name of the members to find. The name must be between 1 and 32 characters. This is a required field.

**Outputs**

* **Members**: A list of members from the guild whose names match the provided search criteria. Each member in the list will contain details as defined in the `MemberType`.

**Usage**&#x20;

Effective for finding members within a guild by their names, particularly useful in large communities or for administrative purposes.

**Permissions**

* No specific permissions are required to perform this search.
