---
title: "Get User"
method: GET
path: "/setup/v1/businessusers/{id}"
tags: ["BusinessUsers"]
---

# Get User

`GET /setup/v1/businessusers/{id}`

Use this endpoint to return a **Business User** object. A valid **businessUser id** is required. Find businessUser id's using the _GET /setup/v1/businessusers_ endpoint.

## Path parameters

- `id` string, required

## Response `200`

Success

- BusinessUserViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `accountId` string, uuid, nullable
  - `locationId` string, nullable
  - `businessName` string, nullable
  - `email` string, nullable
  - `role` string, nullable
  - `name` string, nullable
  - `identityAccount` boolean
  - `resourceId` string, nullable
  - `resourceName` string, nullable
  - `permissions` BusinessUserPermissionViewModel[], nullable
    - `object` string, nullable
    - `function` string, nullable
    - `access` string, nullable

---

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