---
title: "List all administrators"
method: GET
path: "/msp/v2/admins"
tags: ["Admins"]
---

# List all administrators

`GET /msp/v2/admins`

Returns the list of admins with their details.

## Query parameters

- `pageToken` string
- `pageSize` integer
- `id` integer[]
- `email` string[]
- `role` integer[]

## Headers

- `Authorization` string, required

## Response `200`

Ok

- ListAdminsV2Response
  - `admins` AdminV2Response[] — The list of admins.
    - `email` string — The email of the admin. Example - email@example.com
    - `firstName` string — The first name of the admin. Example - John
    - `id` integer — The unique ID of the admin. Example - 1
    - `lastName` string — The last name of the admin. Example - 'Smith'
    - `phone` string — The phone number of the admin. Example - '12345678910'
    - `timezone` string — The timezone of the admin. Example - 'Asia/Kolkata'
    - `status` integer — The current status of the admin. - 0 - Ready - 1 - Updating
    - `role` integer — The role ID of the admin. - 2 - MSP Admin - 3 - Tenant Admin - 4 - Read Only Admin
    - `active` boolean — Indicates whether the admin account is currently active or not. Example- true
    - `createdBy` integer — The unique ID of the admin who created this admin account. Example- 1
    - `lastLogin` string, date-time — The timestamp of the admin's last successful login. Example - 2024-01-04T09:06:02.191Z
  - `nextPageToken` string

## Other responses

- `400` — Bad Request
- `500` — The request was not processed due to an internal error. Kindly try again later. If the error persists, contact Druva Support.

---

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