v1
latestSwagger 2.02026-07-17172265595.1 KBusers
List Users
Retrieves a list of users who are members of the workspace.
get/auth/api/v1/users
Request body
Example request
{
"email": "johndoe@example.com",
"emailVerified": true
}Response
OK
Example response
[
{
"created_at": "2023-03-31T09:36:09.855Z",
"email": "johndoe@example.com",
"email_verified": true,
"id": 1,
"last_activity": "2023-04-21T08:53:09.928Z",
"username": "John Doe"
}
]