---
title: "Creation of agency group user"
method: POST
path: "/agency-group/{group_id}/user"
tags: ["Agency Group Users"]
---

# Creation of agency group user

`POST /agency-group/{group_id}/user`

## Request body

- UserCreate
  - `sFirstName` string, required
  - `sLastName` string, required
  - `sEmailAddress` string, required
  - `dDateOfBirth` string, date

## Response `201`

Return the created agency group user

- UserReturn
  - `sFirstName` string, required
  - `sLastName` string, required
  - `sEmailAddress` string, required
  - `dDateOfBirth` string, date
  - `sStatus` string
  - `sUsername` string
  - `dtCreated` string, date-time
  - `dtModified` string, date-time
  - `id` string, required

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameters.
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `403` — Permission denied error
- `404` — No such record
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
