AdminUserTenantsSearchInput
Search and pagination parameters for retrieving organizational associations for administrative users. Controls result pagination and filtering options.
input AdminUserTenantsSearchInput {
page: Int!
offset: Int!
}
Fields
AdminUserTenantsSearchInput.page
● Int!
non-null scalar
Page number for pagination. Must be a positive integer starting from 1. Used to navigate through multiple pages of organizational association results.
AdminUserTenantsSearchInput.offset
● Int!
non-null scalar
Number of results per page. Controls how many organizational associations are returned in a single request. Used for pagination and performance optimization.