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
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
}
}