---
title: "Webhook handler for new users."
method: POST
path: "/system/register_hook"
tags: ["system"]
---

# Webhook handler for new users.

`POST /system/register_hook`

Webhook handler for new users. Only called by the supabase when a new user is created.

## Request body

- GithubComTensorchordModelzApiserverPkgInternalTypesTableRecord
  - `record` GithubComTensorchordModelzApiserverPkgInternalTypesRecord
    - `avatar_url` string
    - `email` string
    - `full_name` string
    - `id` string
    - `updated_at` string
    - `username` string
    - `website` string
  - `schema` string
  - `table` string
  - `team` boolean
  - `type` string

## Response `201`

Created

---

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