simpleinout_get_user
Retrieve a specific user's information by passing their user ID. Solves the need to access user details directly from the Simple In/Out system.
Instructions
Retrieve a specific user.
API: GET /users/:id
Args:
user_id: Required. The user's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |