action data2crm_get_internal_user_count_collection { label: "COUNT for internalUser" description: "Count all internal users from the system" provider: data2crm method: GET path: "/user/count" encoding: json input: { type: "object" properties: { "X-API2CRM-USER-KEY": { type: "string" } filter: { type: "string" } } required: ["X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }