rfctl users get#
Get detailed information about a specific user.
Synopsis#
rfctl users get <id>Arguments#
| Argument | Description |
|---|---|
id | The user ID (required) |
Examples#
rfctl users get 1Output#
Returns JSON with the user details:
{
"id": 1,
"name": "John Smith",
"email": "john.smith@example.com",
"role": "admin",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
}Errors#
If the user is not found:
User not found: 1