Kuika's Get User Access Info action is used to individually query the authorization information of a specific user within the system. This action allows the user's access scope, role, and permission-based information to be displayed within the application or used in other actions.
Get User Access Info is particularly preferred for analyzing the user's current authorization status in user detail screens, admin panels, and scenarios requiring access control.
Technical Features
1. Defining the Action in UI Design

2. Configuring Action Parameters

id (Guid – required): This is the unique ID of the user whose authorization information will be queried (User ID). This field is usually:
is connected via the Symbol Picker tool.
3. Optional Settings
Enable Audit Logs (Boolean – optional): When enabled, the process of querying the user's access information is added to the audit log records. This allows you to track which user's authorization information was viewed, when, and through which action. It is recommended to enable this in applications that require authorization and security tracking.
In an admin panel, the admin user selects a person from the user list and clicks the “View User Permissions” button. This triggers the Get User Access Info action, and the access and permission details for the selected user are displayed in the details panel. This allows the admin to quickly and clearly review the user's access scope within the application.