---
title: "Get organization users groups report"
method: GET
path: "/organizations/users/users_groups_report"
tags: ["Organization Users"]
---

# Get organization users groups report

`GET /organizations/users/users_groups_report`

Returns a report of all users in your organization with their group memberships. This endpoint returns all users without pagination and always includes group information. The report can be retrieved in JSON or CSV format by sending specific content-type headers.

## Headers

- `Accept` 'application/json' | 'text/csv'

## Response `200`

Successful response with a list of organization users and their group memberships.

- object
  - `data` OrganizationUserWithGroups[]
    - `id` string, required — Identifies the specific resource.
    - `record_type` string, required — Identifies the type of the resource. Can be 'organization_owner' or 'organization_sub_user'.
    - `email` string, email, required — The email address of the user.
    - `user_status` 'enabled' | 'disabled' | 'blocked', required — The status of the account.
    - `organization_user_bypasses_sso` boolean — Indicates whether this user is allowed to bypass SSO and use password authentication.
    - `created_at` string, required — ISO 8601 formatted date indicating when the resource was created.
    - `last_sign_in_at` string, nullable — ISO 8601 formatted date indicating when the resource last signed into the portal. Null if the user has never signed in.
    - `groups` UserGroupReference[], required — The groups the user belongs to.
      - `id` string, required — The unique identifier of the group.
      - `name` string, required — The name of the group.

## Other responses

- `401` — Unauthorized
- `403` — The user doesn't have the required permissions to perform the requested action.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
