cURL
curl --request GET \ --url http://localhost:18789/loglife/users \ --header 'Authorization: Bearer <token>'
{ "count": 2, "users": [ { "id": "<string>", "name": "<string>", "identifiers": [ "<string>" ] } ] }
Returns the current users list from users.json. Useful for development and monitoring.
users.json
The API key configured in openclaw.json under plugins.entries.loglife.config.apiKey
Current users list
2
Show child attributes