cyphermed.api.my_organization.get_my_org_settings

def sync_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.org_info.OrgInfo]:

Get My Org Settings

Get current organization settings

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[OrgInfo]

def sync( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.org_info.OrgInfo]:

Get My Org Settings

Get current organization settings

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: OrgInfo

async def asyncio_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.org_info.OrgInfo]:

Get My Org Settings

Get current organization settings

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[OrgInfo]

async def asyncio( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.org_info.OrgInfo]:

Get My Org Settings

Get current organization settings

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: OrgInfo