# Get application access-control rules **GET /api/applications/{applicationId}/access-control** Get the app-level access-control rule configuration for the specified application. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **applicationId** (string) The unique identifier of the application. ## Responses ### 200 The app-level access-control rule configuration. #### Body: application/json (object) - **userIds** (array[string]) - **userRoleIds** (array[string]) - **organizationIds** (array[string]) - **organizationRoleRules** (array[object]) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The application was not found, or app-level access control is unavailable. [Powered by Bump.sh](https://bump.sh)