---
title: "List global users"
method: GET
path: "/admin/integrations/data/global-users"
tags: ["Admin Integrations"]
---

# List global users

`GET /admin/integrations/data/global-users`

Returns paginated global user data for an organization.
Supports filtering by status and standard Spring pagination parameters.

## Query parameters

- `status` 'ACTIVE' | 'INACTIVE'
- `page` integer
- `size` integer
- `sort` string

## Response `200`

OK

- object
  - `data` object[]
    - `userId` string, uuid — Specifies the unique user identifier.
    - `userName` string — Specifies the username.
    - `firstName` string — Specifies the user's first name.
    - `lastName` string — Specifies the user's last name.
    - `status` 'ACTIVE' | 'INACTIVE' — Specifies the user account status.
    - `workEmail` string, email — Specifies the work email address.
    - `federatedId` string, nullable — Specifies the federated identity.
    - `ssoEnabled` boolean — Indicates whether SSO is enabled.
    - `oneIdRole` string — Specifies the organization-level role name.
    - `createdOn` string, date-time — Specifies the account creation timestamp.
    - `deactivatedOn` string, date-time, nullable — Specifies the account deactivation timestamp.
    - `userGroups` string — Specifies the comma-separated list of group names.
    - `lastLogin` string, date-time, nullable — Specifies the last login timestamp.
  - `page` integer — Specifies the current page number.
  - `size` integer — Specifies the page size.
  - `totalElements` integer — Specifies the total number of matching records.
  - `totalPages` integer — Specifies the total number of pages.
  - `hasNext` boolean — Indicates whether another page exists.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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