Zync Organization Manager
class ZyncOrganizationManager
Public API manager for organization operations in the Zync SDK.
Functions
Link copied to clipboard
suspend fun fetchOrganizations(sortAndFilter: ZyncOrganizationSortAndFilter, page: Int, pageSize: Int): GetOrganizationsResult
Fetch paginated list of organizations with sorting and filtering.
Link copied to clipboard
suspend fun getOrganizationDetail(organizationUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetOrganizationResult
Get detailed information for a specific organization by its UID.
Link copied to clipboard
Observe changes to a specific organization in real-time.