---
title: "Creates a new restaurant supervisor"
method: POST
path: "/restaurant_supervisors"
tags: ["RestaurantSupervisor"]
---

# Creates a new restaurant supervisor

`POST /restaurant_supervisors`

Creates a new restaurant supervisor

## Request body

- Restaurantsupervisors
  - `username` string, string — supervisors username.
  - `email` string, string — supervisors email.
  - `mobile` string, string — supervisors mobile.
  - `first_name` string, string — supervisors first name.
  - `last_name` string, string — supervisors last name.
  - `gender_id` string, string — supervisors genger.
  - `address` string, string — supervisors genger.
  - `address1` string, string — supervisors genger.
  - `city` EditCity
    - `name` string
  - `state` EditState
    - `name` string
  - `country` EditCountry
    - `iso2` string
  - `zip_code` string, string — supervisors zip code.
  - `about_me` string, string — supervisors country_id.
  - `restaurant_branch_id` integer — restaurant branch id.
  - `is_active` integer — supervisors status.
  - `restaurant_id` integer — restaurant id.

## Response `200`

New restaurant supervisor added

- Restaurantsupervisors
  - `username` string, string — supervisors username.
  - `email` string, string — supervisors email.
  - `mobile` string, string — supervisors mobile.
  - `first_name` string, string — supervisors first name.
  - `last_name` string, string — supervisors last name.
  - `gender_id` string, string — supervisors genger.
  - `address` string, string — supervisors genger.
  - `address1` string, string — supervisors genger.
  - `city` EditCity
    - `name` string
  - `state` EditState
    - `name` string
  - `country` EditCountry
    - `iso2` string
  - `zip_code` string, string — supervisors zip code.
  - `about_me` string, string — supervisors country_id.
  - `restaurant_branch_id` integer — restaurant branch id.
  - `is_active` integer — supervisors status.
  - `restaurant_id` integer — restaurant id.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/revisions/8db13a44d758/schema)
