---
title: "Show UserCommissionAssignment"
method: GET
path: "/shop/user-commission-assignments/{userCommissionAssignmentId}"
tags: ["CommissionPackages"]
---

# Show UserCommissionAssignment

`GET /shop/user-commission-assignments/{userCommissionAssignmentId}`

Use this endpoint to retrieve a single `UserCommissionAssignment`.

## Response `200`

The `UserCommissionAssignment` was successfully retrieved.

- object
  - `data` UserCommissionAssignment, required — Assigns a `CommissionPackage` to a plain `User` at a specific site, mirroring the `commission_package_id` field on `Practitioner` for staff who aren't modelled as practitioners (e.g. front-of-house staff earning commission under a `sold` attribution rate).
    - `id` string, mongo-id, required — The unique identifier of the assignment.
    - `user_id` string, uuid, required — The ID of the `User` this commission package is assigned to.
    - `site_id` string, mongo-id, required — The ID of the site this assignment applies to.
    - `commission_package_id` string, mongo-id, required — The ID of the `CommissionPackage` assigned to the user.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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