V3_UserEntityAccess_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_UserEntityAccess_Get |
Resource Path:/api/V3/UserEntityAccess
| Name | Description | Data Type |
|---|---|---|
| entId | The ID of the entity for which to retrieve access status. If an ID is not supplied, the user's access status for all entities is returned. | integer |
| userId | The ID of the user for whom to retrieve access status. If this parameter is not included in the endpoint, entity access status for the current user is returned. The current user is the user entered in the Authentication window that appears when accessing the Web API. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_UserEntityAccess_Get].
OKUse this endpoint to see if a user has access to a specific entity or their access information for all entities. The endpoint retrieves one or more user-entity link records from the Grp_Ent_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all user-entity links for the user entered in the Authentication window that appears when accessing the Web API.