Shopify · Capability

Shopify API — Users

Shopify API — Users. 18 operations. Lead operation: Shopify Retrieves A List Of All Users. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyUsers

What You Can Do

GET
Deprecated202001getusers — Shopify Retrieves A List Of All Users
/v1/admin/api/2020-01/users-json
GET
Deprecated202001getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-01/users/current-json
GET
Deprecated202001getusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/2020-01/users/user-id-json
GET
Deprecated202004getusers — Shopify Retrieves A List Of All Users
/v1/admin/api/2020-04/users-json
GET
Deprecated202004getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-04/users/current-json
GET
Deprecated202004getusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/2020-04/users/user-id-json
GET
Deprecated202007getusers — Shopify Retrieves A List Of All Users
/v1/admin/api/2020-07/users-json
GET
Deprecated202007getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-07/users/current-json
GET
Deprecated202007getusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/2020-07/users/user-id-json
GET
Getusers — Shopify Retrieves A List Of All Users
/v1/admin/api/2020-10/users-json
GET
Getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-10/users/current-json
GET
Getusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/2020-10/users/user-id-json
GET
Deprecated202101getusers — Shopify Retrieves A List Of All Users
/v1/admin/api/2021-01/users-json
GET
Deprecated202101getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2021-01/users/current-json
GET
Deprecated202101getusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/2021-01/users/user-id-json
GET
Deprecatedunstablegetusers — Shopify Retrieves A List Of All Users
/v1/admin/api/unstable/users-json
GET
Deprecatedunstablegetuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/unstable/users/current-json
GET
Deprecatedunstablegetusersparamuserid — Shopify Retrieves A Single User
/v1/admin/api/unstable/users/user-id-json

MCP Tools

shopify-retrieves-list-all-users

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user

Shopify Retrieves A Single User

read-only idempotent
shopify-retrieves-list-all-users-2

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user-2

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user-2

Shopify Retrieves A Single User

read-only idempotent
shopify-retrieves-list-all-users-3

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user-3

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user-3

Shopify Retrieves A Single User

read-only idempotent
shopify-retrieves-list-all-users-4

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user-4

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user-4

Shopify Retrieves A Single User

read-only idempotent
shopify-retrieves-list-all-users-5

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user-5

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user-5

Shopify Retrieves A Single User

read-only idempotent
shopify-retrieves-list-all-users-6

Shopify Retrieves A List Of All Users

read-only idempotent
shopify-retrieves-information-about-user-6

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-single-user-6

Shopify Retrieves A Single User

read-only idempotent

Capability Spec

shopify-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Users
  description: 'Shopify  API — Users. 18 operations. Lead operation: Shopify Retrieves A List Of All Users. Self-contained
    Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-users
    baseUri: ''
    description: Shopify  API — Users business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-users.json
      path: /admin/api/2020-01/users.json
      operations:
      - name: deprecated202001getusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-2020-01-users-current.json
      path: /admin/api/2020-01/users/current.json
      operations:
      - name: deprecated202001getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-01-users-user_id}.json
      path: /admin/api/2020-01/users/{user_id}.json
      operations:
      - name: deprecated202001getusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
    - name: admin-api-2020-04-users.json
      path: /admin/api/2020-04/users.json
      operations:
      - name: deprecated202004getusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-2020-04-users-current.json
      path: /admin/api/2020-04/users/current.json
      operations:
      - name: deprecated202004getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-04-users-user_id}.json
      path: /admin/api/2020-04/users/{user_id}.json
      operations:
      - name: deprecated202004getusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
    - name: admin-api-2020-07-users.json
      path: /admin/api/2020-07/users.json
      operations:
      - name: deprecated202007getusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-2020-07-users-current.json
      path: /admin/api/2020-07/users/current.json
      operations:
      - name: deprecated202007getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-07-users-user_id}.json
      path: /admin/api/2020-07/users/{user_id}.json
      operations:
      - name: deprecated202007getusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
    - name: admin-api-2020-10-users.json
      path: /admin/api/2020-10/users.json
      operations:
      - name: getusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-2020-10-users-current.json
      path: /admin/api/2020-10/users/current.json
      operations:
      - name: getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-10-users-user_id}.json
      path: /admin/api/2020-10/users/{user_id}.json
      operations:
      - name: getusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
    - name: admin-api-2021-01-users.json
      path: /admin/api/2021-01/users.json
      operations:
      - name: deprecated202101getusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-2021-01-users-current.json
      path: /admin/api/2021-01/users/current.json
      operations:
      - name: deprecated202101getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2021-01-users-user_id}.json
      path: /admin/api/2021-01/users/{user_id}.json
      operations:
      - name: deprecated202101getusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
    - name: admin-api-unstable-users.json
      path: /admin/api/unstable/users.json
      operations:
      - name: deprecatedunstablegetusers
        method: GET
        description: Shopify Retrieves A List Of All Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show on a page.
        - name: page_info
          in: query
          type: string
          description: A unique ID used to access a certain page of results.
    - name: admin-api-unstable-users-current.json
      path: /admin/api/unstable/users/current.json
      operations:
      - name: deprecatedunstablegetuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-unstable-users-user_id}.json
      path: /admin/api/unstable/users/{user_id}.json
      operations:
      - name: deprecatedunstablegetusersparamuserid
        method: GET
        description: Shopify Retrieves A Single User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: user_id
          required: true
  exposes:
  - type: rest
    namespace: shopify-users-rest
    port: 8080
    description: REST adapter for Shopify  API — Users. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/users-json
      name: admin-api-2020-01-users-json
      description: REST surface for admin-api-2020-01-users.json.
      operations:
      - method: GET
        name: deprecated202001getusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.deprecated202001getusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/users/current-json
      name: admin-api-2020-01-users-current-json
      description: REST surface for admin-api-2020-01-users-current.json.
      operations:
      - method: GET
        name: deprecated202001getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.deprecated202001getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/users/user-id-json
      name: admin-api-2020-01-users-user-id-json
      description: REST surface for admin-api-2020-01-users-user_id}.json.
      operations:
      - method: GET
        name: deprecated202001getusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.deprecated202001getusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/users-json
      name: admin-api-2020-04-users-json
      description: REST surface for admin-api-2020-04-users.json.
      operations:
      - method: GET
        name: deprecated202004getusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.deprecated202004getusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/users/current-json
      name: admin-api-2020-04-users-current-json
      description: REST surface for admin-api-2020-04-users-current.json.
      operations:
      - method: GET
        name: deprecated202004getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.deprecated202004getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/users/user-id-json
      name: admin-api-2020-04-users-user-id-json
      description: REST surface for admin-api-2020-04-users-user_id}.json.
      operations:
      - method: GET
        name: deprecated202004getusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.deprecated202004getusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/users-json
      name: admin-api-2020-07-users-json
      description: REST surface for admin-api-2020-07-users.json.
      operations:
      - method: GET
        name: deprecated202007getusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.deprecated202007getusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/users/current-json
      name: admin-api-2020-07-users-current-json
      description: REST surface for admin-api-2020-07-users-current.json.
      operations:
      - method: GET
        name: deprecated202007getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.deprecated202007getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/users/user-id-json
      name: admin-api-2020-07-users-user-id-json
      description: REST surface for admin-api-2020-07-users-user_id}.json.
      operations:
      - method: GET
        name: deprecated202007getusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.deprecated202007getusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/users-json
      name: admin-api-2020-10-users-json
      description: REST surface for admin-api-2020-10-users.json.
      operations:
      - method: GET
        name: getusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.getusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/users/current-json
      name: admin-api-2020-10-users-current-json
      description: REST surface for admin-api-2020-10-users-current.json.
      operations:
      - method: GET
        name: getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/users/user-id-json
      name: admin-api-2020-10-users-user-id-json
      description: REST surface for admin-api-2020-10-users-user_id}.json.
      operations:
      - method: GET
        name: getusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.getusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/users-json
      name: admin-api-2021-01-users-json
      description: REST surface for admin-api-2021-01-users.json.
      operations:
      - method: GET
        name: deprecated202101getusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.deprecated202101getusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/users/current-json
      name: admin-api-2021-01-users-current-json
      description: REST surface for admin-api-2021-01-users-current.json.
      operations:
      - method: GET
        name: deprecated202101getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.deprecated202101getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/users/user-id-json
      name: admin-api-2021-01-users-user-id-json
      description: REST surface for admin-api-2021-01-users-user_id}.json.
      operations:
      - method: GET
        name: deprecated202101getusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.deprecated202101getusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/users-json
      name: admin-api-unstable-users-json
      description: REST surface for admin-api-unstable-users.json.
      operations:
      - method: GET
        name: deprecatedunstablegetusers
        description: Shopify Retrieves A List Of All Users
        call: shopify-users.deprecatedunstablegetusers
        with:
          limit: rest.limit
          page_info: rest.page_info
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/users/current-json
      name: admin-api-unstable-users-current-json
      description: REST surface for admin-api-unstable-users-current.json.
      operations:
      - method: GET
        name: deprecatedunstablegetuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-users.deprecatedunstablegetuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/users/user-id-json
      name: admin-api-unstable-users-user-id-json
      description: REST surface for admin-api-unstable-users-user_id}.json.
      operations:
      - method: GET
        name: deprecatedunstablegetusersparamuserid
        description: Shopify Retrieves A Single User
        call: shopify-users.deprecatedunstablegetusersparamuserid
        with:
          user_id: rest.user_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Users. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-list-all-users
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202001getusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202001getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202001getusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-users-2
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202004getusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-2
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202004getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user-2
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202004getusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-users-3
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202007getusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-3
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202007getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user-3
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202007getusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-users-4
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.getusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-4
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user-4
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.getusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-users-5
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202101getusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-5
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202101getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user-5
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecated202101getusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-users-6
      description: Shopify Retrieves A List Of All Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecatedunstablegetusers
      with:
        limit: tools.limit
        page_info: tools.page_info
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-6
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecatedunstablegetuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-user-6
      description: Shopify Retrieves A Single User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-users.deprecatedunstablegetusersparamuserid
      with:
        user_id: tools.user_id
      outputParameters:
      - type: object
        mapping: $.