Homarr
Users

List all users

GET/api/users

Return user IDs, names, email addresses, verification dates, and profile images. Requires admin permission.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Response Body

application/json

application/json

application/json

application/json

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