---
title: "GET /api/services/app/OrganizationUnit/GetOrganizationUnitUsers"
method: GET
path: "/api/services/app/OrganizationUnit/GetOrganizationUnitUsers"
tags: ["OrganizationUnit"]
---

# GET /api/services/app/OrganizationUnit/GetOrganizationUnitUsers

`GET /api/services/app/OrganizationUnit/GetOrganizationUnitUsers`

## Query parameters

- `Id` integer
- `Sorting` string
- `MaxResultCount` integer
- `SkipCount` integer

## Response `200`

Success

- PagedResultDtoOfOrganizationUnitUserListDto
  - `items` OrganizationUnitUserListDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `surname` string, nullable
    - `userName` string, nullable
    - `emailAddress` string, nullable
    - `profilePictureId` string, uuid, nullable
    - `addedTime` string, date-time
  - `totalCount` integer

---

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