---
title: "List all users"
method: GET
path: "/v1/users"
tags: ["Profile Management"]
---

# List all users

`GET /v1/users`

This endpoint will retrieve the details of all Fire users on your acount.You will need to enable PERM_BUSINESS_GET_USERS to use this endpoint.

## Response `200`

List of all Users.

- User[]
  - `id` integer — The User ID for this User
  - `emailAddress` string — email address for user
  - `firstName` string — User first name
  - `lastName` string — User second name
  - `mobileNumber` string — User mobile number
  - `role` 'ADMIN' | 'FULL_USER' | 'PAYMENT_ONLY_USER' | 'PAYEE_MANAGEMENT' | 'READ_ONLY' | 'CARD_ONLY' — User role
  - `status` 'LIVE' | 'CLOSED' | 'FROZEN' | 'INVITE_SENT' | 'SMS_CODE_SENT' — Status of user
  - `lastlogin` string — Timestamp on when user last logged in.
  - `userCvl` string — Users Cvl type ID (shows up when status is LIVE)
  - `mobileApplicationDetails` MobileApplication
    - `businessUserId` integer — Business user ID
    - `mobileApplicationId` integer — Mobile application id for user.
    - `clientID` string — Client ID of user.
    - `status` 'LIVE' | 'CLOSED' | 'LOCKED' | 'SMS_SENT' — Status of user
    - `deviceName` 'iPhone' | 'Android' | 'Other' — type of device.
    - `OS` 'Android' | 'IOS' | 'OTHER' — Operating system of device.
    - `deviceOSVersion` string — OS version for device.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/versions/1d19896d095c/schema)
