---
title: "AuthorizeOauth"
method: POST
path: "/v1/users/{user}/oauth/authorize"
tags: ["Users"]
---

# AuthorizeOauth

`POST /v1/users/{user}/oauth/authorize`

## Request body

- object
  - `client_id` string, required
  - `login_hint` string
  - `nonce` string
  - `prompt` string
  - `redirect_uri` string
  - `response_mode` string
  - `response_type` 'code', required
  - `scope` string
  - `state` string
  - `ui_locales` string

## Response `200`

ok

---

[API](https://skmtc.net/thinger-io/apis/thinger-io-server-api.md) · [All operations](https://skmtc.net/thinger-io/apis/thinger-io-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thinger-io/thinger-io-server-api/versions/6c03fa7f9ad6/schema)
