latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

tenant-profile-controller

Get Tenant Profile Info (getTenantProfileInfoById)

Fetch the Tenant Profile Info object based on the provided Tenant Profile Id. 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/{tenantProfileId}

Path parameters

tenantProfileIdstring required

A string value representing the tenant profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'

Response

OK

namestring

Entity Name

Example response

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