discourse_get_user
Retrieve basic user information from GitLab's community forum by providing a username to support troubleshooting and forum analysis.
Instructions
Get basic user info.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"minLength": 1,
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}