get https://apis.elai.io/api/v1/users
Get the list of users in your account
[
{
"_id": "64facc07e1c93b19d89bb1e5",
"name": "Test user",
"email": "[email protected]",
"accountRole": "admin",
"status": "register",
"createdAt": "2023-09-08T07:23:51.034Z"
},
{
"_id": "6502c94329295c8825c60f47",
"name": "Test user 2",
"email": "[email protected]",
"accountRole": "user",
"status": "register",
"createdAt": "2023-09-14T08:50:11.212Z"
},
{
"_id": "651163ac95842dfef1b8c8bf",
"name": "Test user 3",
"email": "[email protected]",
"accountRole": "user",
"status": "verified",
"createdAt": "2023-09-25T10:40:44.369Z",
"lastLoginAt": "2023-09-25T12:50:40.205Z"
}
]