Skip to main content
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
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

userId
integer
required

The id of the user

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true