tenant-profile-controller

Get default Tenant Profile Info (getDefaultTenantProfileInfo)

Fetch the default Tenant Profile Info object based. Tenant Profile Info is a lightweight object that contains only id and name of the profile.

Available for users with 'SYS_ADMIN' authority.

get/api/tenantProfileInfo/default

Response

OK

namestring

Entity Name

Example response

{
  "id": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9",
    "entityType": "DEVICE"
  }
}

Changes