---
title: "Create SERP API subuser"
method: POST
path: "/v4/account/{subAccountId}/serp-api/subuser/create"
tags: ["SERP API"]
---

# Create SERP API subuser

`POST /v4/account/{subAccountId}/serp-api/subuser/create`

Create a new SERP API subuser with a username and password. Permission: `serp_api:write`.

## Path parameters

- `subAccountId` string, uuid, required

## Request body

- object
  - `username` string
  - `password` string

## Response `200`

Created subuser

- object
  - `id` string
  - `username` string
  - `created_at` string

---

[API](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api.md) · [All operations](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/proxyscrape/proxyscrape-account-api/versions/4e10267785e1/schema)
