rfctl users get#

Get detailed information about a specific user.

Synopsis#

rfctl users get <id>

Arguments#

ArgumentDescription
idThe user ID (required)

Examples#

rfctl users get 1

Output#

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