---
title: "Register A User Profile"
method: POST
path: "/v1/auth/register-user"
tags: ["Auth"]
---

# Register A User Profile

`POST /v1/auth/register-user`

## Request body

- RegisterUser
  - `username` string, required
  - `user_id` string, nullable
  - `permissions` TenantPermission[], nullable

## Response `200`

Successful Response

- UserProfileOut
  - `user_id` string, required
  - `username` string, required
  - `settings` UserProfileSettings
    - `confirm_routing` boolean — Should Orchestrate confirm routing decisions explicity with the user. Enabled by default.
    - `base_llm_model_id` string, nullable — The base LLM model used by Orchestrate. By default, Orchestrate will use the system configured base LLM.

## Other responses

- `422` — Validation Error

---

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