Salesloft · Capability
Salesloft — Crm Users
Salesloft — Crm Users. 1 operations. Lead operation: Salesloft List Crm Users. Self-contained Naftiko capability covering one Salesloft business surface.
What You Can Do
GET
Get
— Salesloft List Crm Users
/v1/crm-users
MCP Tools
salesloft-list-crm-users
Salesloft List Crm Users
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Salesloft — Crm Users
description: 'Salesloft — Crm Users. 1 operations. Lead operation: Salesloft List Crm Users. Self-contained Naftiko capability
covering one Salesloft business surface.'
tags:
- Salesloft
- Crm Users
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
consumes:
- type: http
namespace: salesloft-crm-users
baseUri: http://{{salesloft_api_base_url}}
description: Salesloft — Crm Users business capability. Self-contained, no shared references.
resources:
- name: crm_users
path: /crm_users
operations:
- name: get
method: GET
description: Salesloft List Crm Users
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: ids
in: query
type: string
- name: crm_id
in: query
type: string
- name: user_id
in: query
type: string
- name: user_guid;
in: query
type: string
- name: search
in: query
type: string
- name: sort_by
in: query
type: string
- name: sort_direction
in: query
type: string
- name: per_page
in: query
type: string
- name: page
in: query
type: string
- name: include_paging_counts
in: query
type: string
- name: limit_paging_counts
in: query
type: string
authentication:
type: bearer
token: '{{env.SALESLOFT_API_KEY}}'
exposes:
- type: rest
namespace: salesloft-crm-users-rest
port: 8080
description: REST adapter for Salesloft — Crm Users. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/crm-users
name: crm-users
description: REST surface for crm_users.
operations:
- method: GET
name: get
description: Salesloft List Crm Users
call: salesloft-crm-users.get
with:
ids: rest.ids
crm_id: rest.crm_id
user_id: rest.user_id
user_guid;: rest.user_guid;
search: rest.search
sort_by: rest.sort_by
sort_direction: rest.sort_direction
per_page: rest.per_page
page: rest.page
include_paging_counts: rest.include_paging_counts
limit_paging_counts: rest.limit_paging_counts
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: salesloft-crm-users-mcp
port: 9090
transport: http
description: MCP adapter for Salesloft — Crm Users. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: salesloft-list-crm-users
description: Salesloft List Crm Users
hints:
readOnly: true
destructive: false
idempotent: true
call: salesloft-crm-users.get
with:
ids: tools.ids
crm_id: tools.crm_id
user_id: tools.user_id
user_guid;: tools.user_guid;
search: tools.search
sort_by: tools.sort_by
sort_direction: tools.sort_direction
per_page: tools.per_page
page: tools.page
include_paging_counts: tools.include_paging_counts
limit_paging_counts: tools.limit_paging_counts
outputParameters:
- type: object
mapping: $.