---
title: "Get the current workspace admin workspace"
method: GET
path: "/api/v2/workspace-group-members/admin"
tags: ["WorkspaceGroupMember"]
---

# Get the current workspace admin workspace

`GET /api/v2/workspace-group-members/admin`

Get the details of the admin workspace of the current workspace

## Response `200`

Default Response

- object
  - `workspace_name` string, required — The workspace name of the admin workspace. When the current workspace has no admin workspace, the workspace name will be "Undefined".
  - `has_admin_workspace` boolean, required — Whether the current workspace has an admin workspace
  - `workspace_group_member_id` string — The id of the workspace group member. You can use it to leave the admin workspace by calling the DELETE /workspace-group-members/:id endpoint

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

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