rfctl users list#
List all users in the CRM.
Synopsis#
rfctl users listExamples#
rfctl users listOutput#
Returns JSON array of users:
[
{
"id": 1,
"name": "John Smith",
"email": "john.smith@example.com",
"role": "admin",
"created_at": "2024-01-01T00:00:00Z"
},
{
"id": 2,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"role": "user",
"created_at": "2024-01-05T10:30:00Z"
}
]