action osisoft_asset_server_get_security_identities_for_user { label: "Retrieve security identities for a specific user." provider: osisoft method: GET path: "/assetservers/{webId}/securityidentities#userIdentity" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } userIdentity: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["userIdentity", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }