API Documentation
Get users
Description
Get all users on the board.
Request format
curl https://kanbanflow.com/api/v1/users
Example response
[
{
"_id": "UHJ9JgtA",
"fullName": "John Smith",
"email": "john.smith@example.com"
}
]