---
title: "List"
method: GET
path: "/app/users"
tags: ["ApplicationUsers"]
---

# List

`GET /app/users`

List all application users for this account.

## Query parameters

- `before_id` string
- `limit` string

## Headers

- `ngrok-version` integer, required

## Response `200`

List all application users for this account.

- ApplicationUserList
  - `application_users` ApplicationUser[] — list of all application users on this account
    - `id` string — unique application user resource identifier
    - `uri` string — URI of the application user API resource
    - `identity_provider` IdentityProvider
      - `name` string — name of the identity provider (e.g. Google)
      - `url` string — URL of the identity provider (e.g. https://accounts.google.com)
    - `provider_user_id` string — unique user identifier
    - `username` string — user username
    - `email` string — user email
    - `name` string — user common name
    - `created_at` string — timestamp when the user was created in RFC 3339 format
    - `last_active` string — timestamp when the user was last active in RFC 3339 format
    - `last_login` string — timestamp when the user last signed-in in RFC 3339 format
  - `uri` string — URI of the application user list API resource
  - `next_page_uri` string — URI of the next page, or null if there is no next page

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
