action data2crm_get_internal_user_collection { label: "GET for internalUser" description: "Returns all internal users from the system" provider: data2crm method: GET path: "/user/list" encoding: json input: { type: "object" properties: { "X-API2CRM-USER-KEY": { type: "string" } application_request_end: { type: "string" } application_request_start: { type: "string" } fields: { type: "string" } filter: { type: "string" } page: { type: "string" } page_size: { type: "string" } sort: { type: "string" } } required: ["X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }