---
title: "Create User"
method: POST
path: "/auth/api/v1/user"
tags: ["keys"]
---

# Create User

`POST /auth/api/v1/user`

Creates User.

## Request body

- GithubComOpengovernOpengovernancePkgAuthApiCreateUserRequest
  - `connector_id` string
  - `email_address` string
  - `is_active` boolean
  - `password` string
  - `role` 'admin' | 'editor' | 'viewer'

## Response `200`

OK

---

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