---
title: "Search for members"
method: GET
path: "/accounts/members"
tags: ["Account Members"]
---

# Search for members

`GET /accounts/members`

Search for a member based on account criteria and member criteria

## Query parameters

- `email` string
- `sfdcAccountId` string

## Response `201`

Successful operation

- object
  - `ok` boolean
  - `result` AccountMemberResponse[]
    - `accountId` string
    - `firstName` string
    - `lastName` string
    - `name` string
    - `email` string
    - `createdAt` string, date-time
    - `lastSeen` string, date-time, nullable

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

[API](https://skmtc.net/safebase/apis/safebase-api-documentation.md) · [All operations](https://skmtc.net/safebase/apis/safebase-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safebase/safebase-api-documentation/versions/019289073242/schema)
