cyphermed.api.account.get_account_org_access

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

Get Account Org Access

Get org access granted to the current account

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[AccountOrgAccessInfo]

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

Get Account Org Access

Get org access granted to the current account

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: AccountOrgAccessInfo

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

Get Account Org Access

Get org access granted to the current account

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[AccountOrgAccessInfo]

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

Get Account Org Access

Get org access granted to the current account

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: AccountOrgAccessInfo