---
title: "The User route is used to get all the user data for one’s organization."
method: GET
path: "/v1/user_mgmt"
tags: ["Users"]
---

# The User route is used to get all the user data for one’s organization.

`GET /v1/user_mgmt`

The User route is used to get all the user data for one’s organization.
There currently are no filters or params.

## Response `200`

OK

- Users
  - `users` User[] — A collection of User objects.
    - `scopes` Scope[], nullable — The user scopes.
      - `updated_at` string — Last updated timestamp.
      - `name` string — The scope name.
      - `id` number — The unique identifier for the scope.
      - `display_name` string, nullable — The display name.
      - `description` string, nullable — The scope description.
      - `created_at` string — The created at timestamp.
    - `primary_user_id` number, nullable — The primary user id if the user has multiple accounts and this isn't the primary one.
    - `last_sign_in_at` string, nullable — The last RiskRecon portal sign in timestamp.
    - `last_name` string — The last Name of the user.
    - `is_active` boolean — Is the user active?
    - `first_name` string — The first name of the user.
    - `eula_accepted_on` string, nullable — The EULA accepted date.
    - `employee_id` string, nullable — The employee Id.
    - `email` string — The listed email address of the user.
    - `customer_id` string, uuid — The customer Id of the user.
    - `current_sign_in_at` string, nullable — The current sign in timestamp.
    - `company_id` number, nullable — The company id of the user. This is a legacy field and the customer_id should be used instead.
    - `cell_phone` string, nullable — The cell phone of the user if available.

## Other responses

- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `404` — The URI didn't match an existing resource.

---

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