get Organization Detail
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
organization Uid
The unique identifier of the organization
fetch Type
The fetch type strategy for data retrieval (NONE, MARK_STALE, FORCE_REFRESH)