---
search:
  tags:
    - organizations
    - GET
seo:
  description: >-
    Organization Members are external contacts associated with organizations…
    Reference for the GET /organizations/members endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: List organization members
title: List organization members
type: openapi-operation
---
**Organization Members** are external contacts associated with organizations (customers, partners, suppliers, etc.). They represent people you work with outside your company.

This endpoint returns a paginated, filterable, and sortable list of all organization members in your workspace.

**What you can do:**
- Filter members by organization, status, position, or role
- Search by name or email
- Sort by any column
- Select specific fields to return

**Returns:** A grid response with organization member data including name, position, email, active status, login capability, and avatar information.

Retrieves a paginated grid of organization members with filtering and sorting capabilities. Quick search available on: firstName, lastName, email. Filterable fields: id, organizationId, firstName, lastName, email, position, isActive, canLogin, gender, phone, addressCity, addressCountry, roleId, userId, avatarId, createdAt, editedAt. Sortable fields: id, organizationId, firstName, lastName, email, position, isActive, canLogin, gender, addressCity, addressCountry, roleId, userId, createdAt, editedAt.

<Operation source="api-reference" id="organizationmemberscontroller-listorganizationmembers" />
