Get User By Username
Input
Sample Input:
{
"username": "[email protected]"
}Sample Output:
{
"message": "Got user.",
"entity": {
"createdBy": 1,
"updatedBy": 1,
"id": 1,
"createdAt"
}
}Last updated