Console API
  1. Tenant / Regions
Console API
  • User
    • User Info
      GET
  • Tenant / Regions
    • Get Regions & Tenant info
      GET
    • Get Tenant Info
      GET
  • VPC
    • Get VPC List
      GET
    • Rename VPC
      PUT
  • Images
    • Get images
      GET
  • Flavors
    • Get flavors
      GET
  • Storage Policy
    • List
      GET
  • Instances
    • List
      GET
    • Detail
      GET
    • Security Group
      GET
    • Create instance
      POST
    • Power off
      POST
    • Reboot
      POST
    • Power on
      POST
    • Terminate
      POST
    • Resize
      POST
    • Lock Termination
      POST
    • Rename
      POST
    • Manage tag
      POST
  • Subnet
    • List
      GET
    • Create
      POST
    • Rename
      PUT
    • Delete
      DELETE
    • Manage tags
      POST
  • Security group
    • Security Group List
    • Security Group Detail
    • Rule Types
    • Create Security Group
    • Create Rule
    • Apply to private ip
    • Delete Rule
    • Delete security group
    • Manage tag
  • Floating IP
    • List
    • Allocate
    • Connect to instance
    • Disconnect
    • Release
    • Manage tag
  • Activity Logs
    • List
  • Tags
    • Lists
  • Iam
    • Add user to user group
    • Get all user groups
    • Create user group
    • Update user group
    • Get roles
    • Get user vpcs
  • Billing
    • Bill
      • Get bills by date
      • Get Bills by paging
      • Bill Info
      • Bill service types
  • Project
    • Get projects
  • S3
    • Get bucket policy
    • List buckets
    • Get s3 service enabled
  1. Tenant / Regions

Get Tenant Info

GET
/api/v1/vmware/user/tenants/enabled

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Authorization
string 
required
Example:
Bearer {token}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/vmware/user/tenants/enabled' \
--header 'Authorization: Bearer {token}'

Responses

🟢200Success
application/json
Body
id
string 
required
user_name
string 
required
email
string 
required
first_name
string 
required
last_name
string 
required
created_at
string 
required
is_enabled_2fa
null 
required
status
string 
required
role_id
null 
required
is_verified_otp
boolean 
required
phone_number
null 
required
manager_id
null 
required
user_roles
string 
required
provider_user_id
string 
required
roles
array[string]
required
tenants
array [object {14}] 
required
id
string 
required
name
string 
required
type
string 
required
status
string 
required
enable_check_quota
boolean 
required
enable_pay_as_you_go
boolean 
required
enable_request_specific_resource
null 
required
enable_request_poc_gpu
boolean 
required
enable_create_vpc
boolean 
required
is_created_resource
null 
required
data
null 
required
created_at
string 
required
source
string 
required
enable_request_poc_gpu_date
null 
required
org_id
string 
required
Example
{
    "id": "7TcGC5KW0Dk44C3vO8kAI",
    "user_name": "Rufus Watsica DDS",
    "email": "Mitchell.Walsh@gmail.com",
    "first_name": "Marge",
    "last_name": "Gibson",
    "created_at": "2025-01-08T08:33:18.568Z",
    "is_enabled_2fa": null,
    "status": "dolore laborum ut occaecat tempor",
    "role_id": null,
    "is_verified_otp": true,
    "phone_number": null,
    "manager_id": null,
    "user_roles": "enim",
    "provider_user_id": "veniam",
    "roles": [
        "ad sunt irure",
        "voluptate nisi"
    ],
    "tenants": [
        {
            "id": "mFwv2rppZkudxypk8Pe3c",
            "name": "Nelson Hauck",
            "type": "sed nisi qui eiusmod ipsum",
            "status": "anim occaecat Duis",
            "enable_check_quota": false,
            "enable_pay_as_you_go": true,
            "enable_request_specific_resource": null,
            "enable_request_poc_gpu": false,
            "enable_create_vpc": false,
            "is_created_resource": null,
            "data": null,
            "created_at": "2025-01-08T19:51:10.903Z",
            "source": "amet Lorem aliqua et consequat",
            "enable_request_poc_gpu_date": null
        }
    ],
    "org_id": "in irure cupidatat est"
}
Modified at 2025-01-09 03:32:35
Previous
Get Regions & Tenant info
Next
Get VPC List
Built with