You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get users based on the given key-value pair.
The key should be either username or name. The value should be part of the content for the given key but not case-sensitive.
If the value is an empty string, all users will be returned
body: { key: String, value: String }
header: Authorization: "Bearer TOKEN"
return: Array of users. Password attribute will not be return