---
title: "OPTIONS /companies/members"
method: OPTIONS
path: "/companies/members"
tags: ["Platform"]
---

# OPTIONS /companies/members

`OPTIONS /companies/members`

OPTIONS operation for /companies/members

## Response `200`

Successful response

- OnboardeeUserByEmailSerializer
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `email` string
  - `avatar` string
  - `name` string
  - `created_at` string, date-time
  - `invited_at` string, date-time
  - `status` 'active' | 'deactivated', required
  - `external_id` string, required
  - `role` string
  - `last_login` string
  - `onboardee_company` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
