getOrganizationDetail

suspend fun getOrganizationDetail(organizationUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetOrganizationResult

Get detailed information for a specific organization by its UID.

Return

GetOrganizationResult containing organization detail with staleness indicator, or error

Parameters

organizationUid

The unique identifier of the organization

fetchType

The fetch type strategy for data retrieval (NONE, MARK_STALE, FORCE_REFRESH)