---
title: "Create Group User"
method: POST
path: "/group_users"
tags: ["group_users", "Group Users"]
---

# Create Group User

`POST /group_users`

Create Group User

## Response `201`

The GroupUsers object.

- GroupUserEntity — GroupUserEntity model
  - `group_name` string — Group name
  - `group_id` integer — Group ID
  - `user_id` integer — User ID
  - `admin` boolean — Is this user an administrator of this group?
  - `username` string — Username of the user

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
