---
title: "Adds user to the offering"
method: POST
path: "/offerings/{offeringId}/users"
tags: ["Offering learners"]
---

# Adds user to the offering

`POST /offerings/{offeringId}/users`

Adds one or more users to the offering.

## Path parameters

- `offeringId` string, required

## Request body

- OfferingUser[]
  - `firstName` string
  - `lastName` string
  - `email` string, required
  - `personId` string
  - `metadata` UserMetadata
    - `tags` string[]
  - `sendInvite` boolean
  - `profile` UserProfileRequest
    - `displayName` string
  - `isMarker` boolean
  - `isFacilitator` boolean
  - `isReadonly` boolean
  - `sendNotificationEmail` boolean

## Response `201`

user successfully added to the offering

- OfferingUserAddResponse[]
  - `firstName` string
  - `lastName` string
  - `email` string
  - `personId` string
  - `metadata` UserMetadata
    - `tags` string[]
  - `sendInvite` boolean
  - `profile` UserProfileRequest
    - `displayName` string
  - `isMarker` boolean
  - `isFacilitator` boolean
  - `isReadonly` boolean
  - `sendNotificationEmail` boolean
  - `invite` Invite
    - `url` string — if sendInvite in request is false

## Other responses

- `207` — Partially successful response
- `400` — Bad Request
- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

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