V1UsersSearch
Search users by name
Authorization
cookieAuth better-auth.session_token<token>
Session cookie set by Better Auth. Login via the app to obtain.
In: cookie
Query Parameters
q*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "http://localhost:3002/v1/users/search?q=john"{
"data": [
"string"
]
}