---
title: "Fetch all the users in TeamOhana."
method: GET
path: "/{domain}/Users"
tags: ["SCIM"]
---

# Fetch all the users in TeamOhana.

`GET /{domain}/Users`

Get a list of all the users that exists in TeamOhana.

## Path parameters

- `domain` string, required

## Query parameters

- `count` union
  - integer
  - integer
- `startIndex` integer
- `filter` unknown

## Response `200`

A list response containing all the users.

- object
  - `Resources` object[], required
    - `entitlements` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `profileUrl` string, nullable
    - `nickname` string, nullable
    - `preferredLanguage` string, nullable
    - `ims` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `timezone` string, nullable
    - `displayName` string, nullable
    - `userType` string, nullable
    - `name` object
      - `formatted` string, nullable
      - `familyName` string, nullable
      - `givenName` string, nullable
      - `middleName` string, nullable
      - `honorificPrefix` string, nullable
      - `honorificSuffix` string, nullable
    - `locale` string, nullable
    - `urn:ietf:params:scim:schemas:extension:enterprise:2.0:User` object
    - `userName` string, required
    - `addresses` object[]
      - `primary` boolean
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `formatted` string, nullable
      - `streetAddress` string, nullable
      - `locality` string, nullable
      - `region` string, nullable
      - `postalCode` string, nullable
      - `country` string, nullable
    - `title` string, nullable
    - `password` string, nullable
    - `photos` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `x509Certificates` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `emails` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `active` boolean
    - `phoneNumbers` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
    - `roles` object[]
      - `value` string, nullable
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other' | 'teamohana', nullable
      - `$ref` string, nullable
    - `groups` object[]
      - `value` string, nullable, required
      - `primary` boolean
      - `display` string, nullable
      - `type` '' | 'home' | 'work' | 'other', nullable
      - `$ref` string, nullable
  - `schemas` string[], required
  - `totalResults` union, required
    - integer
    - integer
  - `startIndex` integer
  - `itemsPerPage` union
    - integer
    - integer

## Other responses

- `400` — Request does not conform to the SCIM standard. Check for typos or missing fields.
- `500` — Something went wrong at TeamOhana. Please contact support.

---

[API](https://skmtc.net/teamohana/apis/teamohana-public-api.md) · [All operations](https://skmtc.net/teamohana/apis/teamohana-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamohana/teamohana-public-api/versions/55e225ee4219/schema)
