Finds all business groups
System Administrator or IaaS Administrator can query the business group list of non current tenant. As of release 7.2 use Identity Service https://{{hostname}}/identity/api/tenants/{tenantId}/subtenants
the tenant id
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
{
"pageNumber": 0,
"offset": 0,
"pageSize": 0,
"queryInfo": {
"expand": [
{
"propertyName": "string"
}
],
"select": [
{
"propertyName": "string"
}
],
"top": 0,
"skipToken": "string",
"inlineCount": "string",
"orderBy": [
{
"direction": "string"
}
],
"skip": 0,
"rawFilter": "string",
"rawOrderBy": "string"
}
}
pageNumber
offset
pageSize
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"subtenantRoles": [
{
"name": "string",
"principalId": [
{
"domain": "string",
"name": "string"
}
],
"id": "string",
"scopeRoleRef": "string"
}
],
"name": "string",
"description": "string",
"id": "string",
"tenant": "string",
"extensionData": {
"entries": [
{
"key": "string"
}
]
}
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements