---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# View permissions for a user

# View permissions for a user {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

Use Access Analyzer to view permissions for a selected user.

## Vorbereitungen

Role required: access_analyzer_admin

This procedure explains how to view the permissions for a specific user (such as ITIL User) on the Incident table by using the Evaluate Access feature in Access Analyzer.  
Hinweis:  
Access Analyzer is a ServiceNow AI Platform Store product.

## Prozedur

1. Navigate to AllAccess AnalyzerAnalyze Permissions.  
   The Analyze access and permissions homepage is displayed.
2. Select your criteria as follows:  
   {#view-permissions-for-a-user__table_cpw_mgd_qxb__entry__2}

   | Field | Description |
   |-|-|
   | Analyze by \* | Select User. |
   | Select user \* | Specify a user name to select from the list. In this example, ITIL User. |
   | Rule type \* | Analyze access for the following: * Table * UI page * REST Endpoint * Client callable script include * AI Agent * Agentic workflow. {#view-permissions-for-a-user__ul_ocs_gt4_g3c} In the example, <kbd class="ph userinput">Table</kbd> . |
   | Select table \* | Specify a table name to select from the list. In this example, Incident. |
   | Select record | Specify a record name to select from the list. In this example, INC0000001. |
   | Select field | Specify a field name to select from the list. This field can be used to analyze permissions even at the field level. For example, Active, Created By, and so on. |
   [Tabelle : 1. Select your criteria for analyzing access and permissions]

   {#view-permissions-for-a-user__table_cpw_mgd_qxb}
3. Specify the description in the Description field.
4. Click Analyze permissions.  

   The system displays Access results for the ITIL User.

   The results can be read by referring to the Legends, access control list (ACL), IAccesshandler, and Data filters.

   Let's take the example of read operation. For the ITIL User overall access is Passed, which means the user is able to read the record with the correct permissions (ACL).

   Similarly for create operation, the overall access is
   passed with an alert icon, which means that there could be a presence of script for the ACL evaluation.  
   Hinweis:  
   In the example, write and delete operations are blocked for the selected user and the user can't edit or delete the selected record (INC0000001).
5. Select read operation to know more about the Debug logs.  

   The Debug logs page displayed the business rule and associated ACLs that are required to perform the read operation for the record.

   The Debug logs shows that there's a business
   rule and four ACLs associated for the read operation.

   There's a status Passed for one of the ACL, which means to read the selected record, the user has the required ACL and can read the
   record. Since one of the ACL is Passed, the other ACL evaluations are Skipped.
6. Select the Access Control that is Passed to see the details of the ACL.  

   The system displays the Access Control details for the selected ACL.

   If a selected operation that has Passed contains a script, the Access Control page displays the
   associated script for the record.
{#view-permissions-for-a-user__steps_axb_qgg_qxb}

