TenantResponse
Paginated response containing organizational entity data with metadata for navigation and result information. Includes total count, pagination details, and the actual organizational records.
type TenantResponse {
items: [AdminUserTenant!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
TenantResponse.items ● [AdminUserTenant!]! non-null object
List of items of type Tenant
TenantResponse.itemsFound ● Int! non-null scalar
Total number of items found
TenantResponse.offset ● Int! non-null scalar
The amount of items to show per page
TenantResponse.page ● Int! non-null scalar
The current page
TenantResponse.pages ● Int! non-null scalar
Total amount of pages
TenantResponse.start ● Int! non-null scalar
Start position of the current page
TenantResponse.end ● Int! non-null scalar
End position of the current page
Member Of
AdminUser object