Skip to main content
POST
/
api
/
v1
/
ShadowedViewer
/
update
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/ShadowedViewer/update \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "UserId": "<string>",
    "Pads4UserId": "<string>",
    "Domain": "<string>",
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "SecondaryIdentities": [
      "<string>"
    ],
    "ImpersonationId": "<string>"
  },
  "Truncate": true,
  "Destinations": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "MemberOf": [
        "<string>"
      ],
      "Type": "<string>",
      "Password": "<string>",
      "LicenseType": "<string>",
      "LicenseTypeId": "<string>",
      "LastConnected": "2023-11-07T05:31:56Z",
      "MacAddress": "<string>",
      "HardwareId": "<string>",
      "PermissionDescriptor": {
        "Owner": "<string>",
        "DisableInheritance": true,
        "Permissions": [
          {
            "Identity": "<string>",
            "Allow": true,
            "Permissions": [
              "<string>"
            ]
          }
        ]
      }
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Destinations": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "MemberOf": [
        "<string>"
      ],
      "Type": "<string>",
      "Password": "<string>",
      "LicenseType": "<string>",
      "LicenseTypeId": "<string>",
      "LastConnected": "2023-11-07T05:31:56Z",
      "MacAddress": "<string>",
      "HardwareId": "<string>",
      "PermissionDescriptor": {
        "Owner": "<string>",
        "DisableInheritance": true,
        "Permissions": [
          {
            "Identity": "<string>",
            "Allow": true,
            "Permissions": [
              "<string>"
            ]
          }
        ]
      }
    }
  ]
}

Body

application/json
Truncate
boolean
Destinations
object[] | null
Context
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Destinations
object[] | null