---
title: "GET /users/remote_users"
method: GET
path: "/users/remote_users"
tags: ["users"]
---

# GET /users/remote_users

`GET /users/remote_users`

Returns a list of remote users for your organization.

## Query parameters

- `third_party_provider` ThirdPartyProviderEnum[]
- `user_id` string[]
- `remote_id` string[]
- `cursor` string
- `page_size` integer

## Response `200`

One page worth users in your organization.

- PaginatedRemoteUsersList
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `previous` string, nullable — The cursor used to obtain the current result page.
  - `results` RemoteUser[], required
    - `user_id` string, uuid, required — The ID of the user.
    - `remote_id` string, required — The ID of the remote user.
    - `third_party_provider` 'AUTH0' | 'SLACK' | 'GOOGLE_CHAT' | 'JIRA' | 'LINEAR' | 'SERVICE_NOW' | 'FRESH_SERVICE' | 'SHORTCUT' | 'PAGER_DUTY' | 'OPSGENIE' | 'GIT_HUB' | 'GIT_LAB' | 'GIT_LAB_CONNECTION' | 'TELEPORT', required — The third party provider of the remote user.

---

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