Homarr
Users

User Router search

POST
/api/users/search
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/users/search" \  -H "Content-Type: application/json" \  -d '{    "query": "string"  }'
[  {    "id": "string",    "name": "string",    "image": "string",    "email": "string"  }]