POST /_system/userlogs
Submit user activity logs from client sessions (public endpoint with session validation)
/_system/userlogs
POST
Submit user activity logs from client sessions (public endpoint with session validation)
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
| Key | Type | Example | Description |
|---|---|---|---|
| session_id required | string |
"example-string"
|
Active session ID (must exist in Redis)
|
| id required | string |
"example-string"
|
Log identifier (max 100 chars)
|
| logs required | array |
[{}]
|
Array of log entries (last 25 processed)
|
{
"msg": "ok"
}
{
"error": "NO_BODY_GIVEN"
}
| Status | Error Code | Description |
|---|---|---|
400 |
NO_BODY_GIVEN |
Validation error |
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
userlogs_create |
Required scope: userlogs_create |
Back to User Logs Return to the User Logs category to view other endpoints All API Categories Browse all available API categories