---
title: "member.updated"
method: POST
path: "member.updated"
---

# member.updated

`POST member.updated` (webhook)

Sent when a member is updated.

This event is triggered when member details are updated,
such as their name or role within the customer.

**Discord & Slack support:** Basic

## Payload

- WebhookMemberUpdatedPayload — Sent when a member is updated. This event is triggered when member details are updated, such as their name or role within the customer. **Discord & Slack support:** Basic
  - `type` 'member.updated', required
  - `timestamp` string, date-time, required
  - `data` Member, required — A member of a customer.
    - `id` string, uuid4, required — The ID of the member.
    - `created_at` string, date-time, required — Creation timestamp of the object.
    - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
    - `customer_id` string, uuid4, required — The ID of the customer this member belongs to.
    - `email` string, required — The email address of the member.
    - `name` string, nullable, required — The name of the member.
    - `external_id` string, nullable, required — The ID of the member in your system. This must be unique within the customer.
    - `role` 'owner' | 'billing_manager' | 'member', required

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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