---
title: "List all members"
method: GET
path: "/teams/{teamId}/members"
tags: ["Members"]
---

# List all members

`GET /teams/{teamId}/members`

List all members that are part of the specified team

## Query parameters

- `searchTerm` string
- `roles` TeamMemberSpecialRoleEnum[]
- `name` string
- `email` string
- `notaryPublicProfile` NotaryPublicProfile
  - `id` string
  - `ownerId` string
  - `name` object
    - `firstName` string
    - `lastName` string
    - `middleName` string
  - `mailingAddress` object
    - `address` string
    - `parsedAddress` Address
      - `apartment` string
      - `formattedAddress` string
      - `streetNumber` string
      - `route` string
      - `sublocality` string
      - `city` string
      - `state` string
      - `country` string
      - `postalCode` string
      - `geometry` GeoSchema
        - `type` string
        - `coordinates` number[]
  - `commission` object
    - `commissionId` string
    - `issueDate` string
    - `expirationDate` string
    - `supportingWeblink` string
  - `jurisdiction` object
    - `country` string
    - `countryX` string
    - `state` string
    - `stateX` string
    - `county` string
  - `insuranceInformation` object
    - `insuranceCarrier` string
    - `policyNumber` string
    - `expirationDate` string
    - `issueDate` string
    - `comments` string
- `hasNotaryPublicProfile` boolean
- `sortBy` 'name' | 'email' | 'userId'
- `sortOrder` 'asc' | 'desc'
- `limit` number
- `skip` number

## Response `200`

A directory with a `data` property that contains an array of up to `limit` objects, starting after `skip`. Each entry in the array is a separate object. If no more objects are available, the resulting array will be empty. This request should never return an error.

- object
  - `hasMore` boolean
  - `data` TeamMember[]
    - `name` string, required
    - `email` string, required
    - `userId` string, required — Pactima public id of the user
    - `subscriptionPlanId` string
    - `roles` TeamMemberSpecialRoleEnum[] — The roles that member has in the team
    - `notaryPublicProfiles` NotaryPublicProfile[]
      - `id` string
      - `ownerId` string
      - `name` object
        - `firstName` string
        - `lastName` string
        - `middleName` string
      - `mailingAddress` object
        - `address` string
        - `parsedAddress` Address
          - `apartment` string
          - `formattedAddress` string
          - `streetNumber` string
          - `route` string
          - `sublocality` string
          - `city` string
          - `state` string
          - `country` string
          - `postalCode` string
          - `geometry` GeoSchema
            - `type` string
            - `coordinates` number[]
      - `commission` object
        - `commissionId` string
        - `issueDate` string
        - `expirationDate` string
        - `supportingWeblink` string
      - `jurisdiction` object
        - `country` string
        - `countryX` string
        - `state` string
        - `stateX` string
        - `county` string
      - `insuranceInformation` object
        - `insuranceCarrier` string
        - `policyNumber` string
        - `expirationDate` string
        - `issueDate` string
        - `comments` string

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
