GET
API
Basic API to get the details of a user
Input Parameters
| Field / Parameter | Type | Placement | Description |
|---|---|---|---|
| user_id | int * req | URL Path | User Id from the database (e.g., 1, 23). |
Output Response Fields
| JSON Key | Data Type | Interpretation / Field Bounds |
|---|---|---|
| user_name | string | The standardized alphanumeric username classification value tracking user. |
Interactive Runtime Workbench
MOCK_DATAFRAME_STABLE
{
"user_name": "STARK",
"status": "ACTIVE",
}