Gitee

by normal-coder
Verified

get_user

Retrieve detailed user information from Gitee by providing a username. Simplify user data access for repository and account management tasks.

Instructions

获取 Gitee 用户信息

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "Username", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: cck9xigm1d