Homarr
Users

List selectable users

GET/api/users/selectable

Return user IDs, names, profile images, and email addresses for selection controls, optionally filtered by authentication provider. Requires authentication.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Query Parameters

providers?array<>

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/users/selectable"
[  {    "id": "string",    "name": "string",    "image": "string",    "email": "string"  }]