---
title: "List users"
method: GET
path: "/users"
---

# List users

`GET /users`

Returns a list of all the users

## Query parameters

- `filter_team_id` integer
- `include_inactive` integer

## Response `200`

A list of users

- object[]
  - `id` integer — The user ID.
  - `full_name` string — The full name of the user.
  - `email` string — The email of the user.
  - `active` integer — 0 or 1 integer indicating if the user is active.
  - `last_login_timestamp` integer — Unix timestamp indicating the last time this user logged in.
  - `role` string — String representing the role of this user. Can be 'admin', 'default' or 'team_only'.
  - `auth_type` string — String representing the auth type of this user. Can be 'github', 'gitlab', 'bitbucket', 'google', 'office365' or 'saml'

---

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