---
title: "Update administrator details"
method: PATCH
path: "/console/v1/admins/{globalAdminID}"
tags: ["Administrators"]
---

# Update administrator details

`PATCH /console/v1/admins/{globalAdminID}`

Modify Administrator attributes, like Administrator Name, Timezone, and Status (either Active or Disabled). 
 > 📘 **Note** 
 To use this API endpoint, enable the [Administrator API from Druva Cloud settings](/reference/administrators).

## Path parameters

- `globalAdminID` string, required

## Headers

- `Content-Type` 'application/json', required

## Request body

- AdminsGlobalAdminIDBody
  - `adminName` string — The name of the administrator.
  - `timezone` string — The timezone of the administrator. Use IANA timezone format (e.g., UTC, Africa/Abidjan, America/Detroit, Asia/Dubai).
  - `adminState` 'ACTIVE' | 'DISABLED' — Specify the new state of the admin.

## Response `200`

Success

- UpdateAdminResponse
  - `adminEmail` string — The email of the admin
  - `adminName` string — The name of the admin
  - `adminState` string — The new modified state of the admin
  - `timezone` string — The timezone of the admin
  - `globalAdminId` string — The unique ID associated with the admin
  - `globalCustomerId` string — The unique ID associated with the customer
  - `adGuid` string — The globally unique identifier
  - `role` integer — The role ID of the admin
  - `provisioningMode` string — The mode through which the admin was created

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error.

---

[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)
