# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/modules/discord/steps/get-members-by-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
