A.1.5 USER_UPDATE_PROFILE
The user update profile logs capture updates made to user profile fields, including changes to the email address, first name, last name, and other user attributes.
M-CNCC IAM UI- cncc Realm- User Profile Update Event
Figure -6 Update user profile

M-CNCC IAM Kc Logs:
Note:
userIdfield in the log depicts which ADMIN User is performing this USER_UPDATE_PROFILE event.resourcePathin the logs depicts the UserId of the user whose profile got updated.
Event
log:
{"timestamp":"2025-11-27T15:11:24.460784636Z","sequence":2627,"loggerClassName":"org.jboss.logging.Logger","loggerName":"org.keycloak.events","level":"DEBUG","message":"operationType=\"UPDATE\", realmId=\"master\", realmName=\"master\", clientId=\"6d475927-19a8-4082-a9f4-8d6b68afbb1a\", userId=\"acc21615-964a-4055-8c20-fb2705bd641b\", ipAddress=\"10.75.213.184\", resourceType=\"USER\", resourcePath=\"users/ce2362ff-5fd7-4596-8846-e6a46be0819f\"","threadName":"executor-thread-95","threadId":168,"mdc":{},"ndc":"","hostName":"cncc-iam","processName":"/opt/java/jre/bin/java","processId":571}M-CNCC IAM Ingress Gateway logs:
SECURITY- Request
log:
{
"instant": {
"epochSecond": 1764256284,
"nanoOfSecond": 416975413
},
"thread": "igw-app-thread6",
"level": "INFO",
"loggerName": "ocpm.cne.gateway.cncc.filters.CnccLoggingFilter",
"message": {
"logType": "SECURITY",
"type": "REQUEST",
"operationType": "PUT",
"userId": "acc21615-964a-4055-8c20-fb2705bd641b",
"username": "admin",
"remoteAddress": "xx.xx.xx.xx:xxxxx",
"localAddress": "xx.xx.xx.xx:xxxx",
"resourcePath": "/cncc/auth/admin/realms/cncc/users/ce2362ff-5fd7-4596-8846-e6a46be0819f",
"scheme": "http",
"queryParams": {},
"headers": {
"Origin": "http://xx.xx.xx.xx:xxxxx",
"Cookie": "{masked}",
"Connection": "keep-alive",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36",
"uuidToken": "21c8a1c4-d3a7-4261-a5ab-eba08e651287",
"Host": "xx.xx.xx.xx:xxxxx",
"Accept-Encoding": "gzip, deflate",
"svcName": "cncc-iam-kc-http.cncc.svc.cluster.local",
"ocLogId": "1764256284415_92_cncc-iam-ingress-gateway-85d6d57584-wt9zk",
"accept": "application/json, text/plain, */*",
"sbi-timer-publish-headers": "false",
"authorization": "{masked}",
"content-type": "application/json",
"Accept-Language": "en-US,en;q=0.9",
"Content-Length": "412",
"sbi-timer-feature": "false"
},
"payload": {
"id": "ce2362ff-5fd7-4596-8846-e6a46be0819f",
"username": "user_test2",
"emailVerified": false,
"enabled": true,
"createdTimestamp": 1764255918891,
"totp": false,
"disableableCredentialTypes": [],
"requiredActions": [],
"notBefore": 0,
"access": {
"manageGroupMembership": true,
"resetPassword": true,
"view": true,
"mapRoles": true,
"impersonate": true,
"manage": true
},
"attributes": {},
"email": "test@oracle.com",
"firstName": "",
"lastName": ""
},
"authenticationType": "UNKNOWN"
},
"endOfBatch": false,
"loggerFqcn": "org.apache.logging.log4j.internal.DefaultLogBuilder",
"threadId": 113,
"threadPriority": 5,
"messageTimestamp": "2025-11-27T15:11:24.416+0000",
"processId": "1",
"ingressTxId": "ingress-tx-1560334606",
"pod": "cncc-iam-ingress-gateway-85d6d57584-wt9zk",
"ocLogId": "1764256284415_92_cncc-iam-ingress-gateway-85d6d57584-wt9zk",
"instanceType": "prod",
"xRequestId": "-"
}SECURITY- Response
log:
{
"instant": {
"epochSecond": 1764256284,
"nanoOfSecond": 467541799
},
"thread": "igw-app-thread5",
"level": "INFO",
"loggerName": "ocpm.cne.gateway.cncc.filters.CnccLoggingFilter",
"message": {
"logType": "SECURITY",
"type": "RESPONSE",
"operationType": "PUT",
"userId": "acc21615-964a-4055-8c20-fb2705bd641b",
"username": "admin",
"resourcePath": "/cncc/auth/admin/realms/cncc/users/ce2362ff-5fd7-4596-8846-e6a46be0819f",
"scheme": "http",
"headers": {
"Referrer-Policy": "no-referrer",
"X-Frame-Options": "SAMEORIGIN",
"Access-Control-Expose-Headers": "Location",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"transfer-encoding": "chunked",
"Access-Control-Allow-Origin": "http://xx.xx.xx.xx:xxxxx",
"Access-Control-Allow-Credentials": "true",
"X-Content-Type-Options": "nosniff",
"RequestMethod": "PUT",
"NettyLatency": "1764256284415"
},
"payload": {},
"authenticationType": "UNKNOWN",
"status": "204 NO_CONTENT"
},
"endOfBatch": false,
"loggerFqcn": "org.apache.logging.log4j.internal.DefaultLogBuilder",
"threadId": 110,
"threadPriority": 5,
"messageTimestamp": "2025-11-27T15:11:24.467+0000",
"processId": "1",
"ingressTxId": "ingress-tx-1456270284",
"pod": "cncc-iam-ingress-gateway-85d6d57584-wt9zk",
"ocLogId": "-",
"instanceType": "prod",
"xRequestId": "-"
}Note:
Similar logs will also be observed for the default realm.
Parent topic: CNC Console UI Event Logs