search_users
Find Mattermost users by name, username, or nickname to quickly locate team members and connect with the right people.
Instructions
사용자를 이름, username, 닉네임으로 검색합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_term | Yes | 검색할 이름, username 또는 닉네임 |
Input Schema (JSON Schema)
{
"properties": {
"search_term": {
"description": "검색할 이름, username 또는 닉네임",
"type": "string"
}
},
"required": [
"search_term"
],
"type": "object"
}