rfctl me#

Show the current authenticated user.

Synopsis#

rfctl me

Aliases#

  • whoami

Description#

The me command displays information about the currently authenticated user. This is useful to verify your login status and see which account you’re using.

Examples#

rfctl me

Or using the alias:

rfctl whoami

Output#

Returns JSON with the current user’s information:

{
  "id": 1,
  "name": "John Smith",
  "email": "john.smith@example.com",
  "role": "admin",
  "created_at": "2024-01-15T10:30:00Z"
}

If not logged in:

Not logged in. Use 'rfctl login' to authenticate.

See Also#

  • login - Authenticate with the CRM API
  • logout - Clear the stored session