Skip to main content
GET
Get the current workspace admin workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

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".

Example:

"My Workspace"

has_admin_workspace
boolean
required

Whether the current workspace has an admin workspace

Example:

true

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

Example:

"019f985c-9403-789c-a8e1-5b0f30d6a4c3"