diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml
index 2fefb760fc0fc38a4b76e91e719353a5bf6c8741..c0551b01c17181260775a9601f948fe02ef2899f 100644
--- a/ansible/roles/kong-api/defaults/main.yml
+++ b/ansible/roles/kong-api/defaults/main.yml
@@ -162,6 +162,7 @@ notification_service_url: "http://notification-service:9000"
 registry_service_url: "http://registry-service:8081"
 hasuranodecomponent_service_url: "http://{{hasuranodecomponent_service_ip}}:3001"
 usermanagement_service_url: "http://{{usermanagement_service_ip}}:5298"
+rcusermanagement_service_url: "http://{{rcusermanagement_service_ip}}:8001"
 notifications_url: "http://{{notifications_ip}}"
 exam_url: "http://{{exam_ip}}"
 usermanagements_service_url: "http://user-manangement-service:5298"
@@ -14664,7 +14665,7 @@ kong_apis:
 
 - name: privateUserattribute
   uris: "{{ usermanagement_prefix }}/attribute/"
-  upstream_url: "{{ usermanagement_service_url }}/api/v1/user/attribute/"
+  upstream_url: "{{ rcusermanagement_service_url }}/api/v1/user/attribute/"
   strip_uri: true
   plugins:
   - name: jwt