---
title: "Create a new service account."
method: POST
path: "/serviceaccount/{owner}"
tags: ["serviceaccount"]
---

# Create a new service account.

`POST /serviceaccount/{owner}`

## Path parameters

- `owner` string, required

## Request body

- ServiceAccountCreateRequestDto
  - `desiredUsername` string — Used to create service account user name
  - `displayName` string — Display name to show in UI
  - `expiryDate` string, date-time
  - `isScimEnabled` boolean
  - `scimEnabled` boolean

## Response `200`

default response

- ServiceAccountCreateResponseDto
  - `active` string
  - `serviceAccountUsername` string
  - `token` string

---

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