Zum Hauptinhalt springen
GET
/
internal
/
cache
/
invalidateUser
/
{userId}
Invalidate user cache
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/cache/invalidateUser/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

userId
integer
erforderlich

The id of the user

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true