UserEntityAccess_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | UserEntityAccess_Get |
Resource Path:/api/UserEntityAccess
| Name | Description | Data Type |
|---|---|---|
| userId | The ID of the user for whom to retrieve entity access information. If this parameter is not included in the endpoint, entity access information 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 |
The response body is of type Array[Mes.WebApi.Models.EntityAccess].
To get the access information for all entities for the user mdmuser:
api/UserEntityAccess?userId=mdmuser
Examples: Work Tasks Lookups
To get access information for all entities for a specific user:
api/UserEntityAccess?userId={userId}