Minimum authorizations needed for disconnecting users
search cancel

Minimum authorizations needed for disconnecting users

book

Article ID: 393778

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine CA Automic One Automation Automic SaaS

Issue/Introduction

When attempting to disconnect a user from the Administration perspective -> User Management -> Connections, an error like this may pop up:

'USERNAME/DEPARTMENT': Access denied

Turning on SECURITY_AUDIT_FAILURE in UC_CLIENT_SETTINGS shows messages like:

4/9/2025 05:57:09 PM
 
U00004506 Access violation: User: 'DISCONNECTOR/DEPARMENT' Object: 'USERNAME/DEPARTMENT' Access: 'U00909804 C' Reason: No right found in authorization group '0'.
4/9/2025 05:57:09 PM
 
U00004519 Access violation details: Used filter: 'USER' .

Environment

Automation Engine 21.0, V24

Resolution

The minimum requirements for a user to be able to disconnect a user based on username like USERNAME/DEPARTMENT are:

Privileges: Access to Administration

Authorizations:

Grp. [1-9]
Type: USER
Name: USERNAME/DEPARTMENT
C-Cancel: checked

This is also true for the ApplicationInterface and for the REST API in 24.4 with the /{client_id}/system/users/{user_name}/connections DELETE function.