---
title: "Create or update a User."
method: POST
path: "/connect"
tags: ["Connect"]
---

# Create or update a User.

`POST /connect`

This endpoint replaces having your user go through the [Connect flow](https://docs.pelm.com/reference/overview). If you want to use this endpoint to skip the Connect flow, you must link to [Pelm's Terms of Service](https://www.pelm.com/terms-of-service) in your website or onboarding flow.

## Headers

- `Authorization` string, required

## Response `200`

Successful operation

- object
  - `authorization_code` string — code that is exchanged for an access_token

## Other responses

- `400` — Client error
- `500` — Server error

---

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