action visualstudio_post_api_v1_geneva_actions_privacy_refresh_profile_telemetry_pro { label: "post_api_v1_GenevaActions_Privacy_refresh_profile_telemetry_properties" provider: visualstudio method: POST path: "/api/v1/GenevaActions/Privacy/refresh-profile-telemetry-properties" encoding: json input: { type: "object" properties: { partner: { type: "string" } tenantId: { type: "string" } userIds: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { failed: { type: "array" items: { type: "object" properties: { oid: { type: "string" } provider: { type: "string" } tid: { type: "string" } } additionalProperties: false } } succeeded: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } }