get_user_by_id
Retrieve user information by ID using a JWT token for authentication on the MCP JSON Database Server. Designed for secure user data access and management.
Instructions
ID'ye göre kullanıcı bilgilerini getirir (Yetki gerekli)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Kullanıcı ID'si | |
token | Yes | JWT token (yetki kontrolü için) |