---
title: "Add a new pet to the store"
method: POST
path: "/getuser"
tags: ["users"]
---

# Add a new pet to the store

`POST /getuser`

Add a new pet to the store

## Request body

- Pet
  - `id` integer
  - `name` string, required
  - `category` Category
    - `id` integer
    - `name` string
  - `photoUrls` string[], required
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'pending' | 'sold' — pet status in the store

## Response `200`

Successful operation

- Pet
  - `id` integer
  - `name` string, required
  - `category` Category
    - `id` integer
    - `name` string
  - `photoUrls` string[], required
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'pending' | 'sold' — pet status in the store

## Other responses

- `405` — Invalid input

---

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