Microsoft Dynamics NAV · JSON Structure

Automation User Permission Structure

Type: object Properties: 6
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

UserPermission is a JSON Structure definition published by Microsoft Dynamics NAV, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id roleId displayName company scope appId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserPermission",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "roleId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    }
  }
}