cyphermed.api.users.get_user_by_id
Get User By Id
Get a user by ID
Args: user_id (str):
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[Union['AdminUserInfo', 'AnonUserInfo', 'UserInfo']]
Get User By Id
Get a user by ID
Args: user_id (str):
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: Union['AdminUserInfo', 'AnonUserInfo', 'UserInfo']
Get User By Id
Get a user by ID
Args: user_id (str):
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[Union['AdminUserInfo', 'AnonUserInfo', 'UserInfo']]
Get User By Id
Get a user by ID
Args: user_id (str):
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: Union['AdminUserInfo', 'AnonUserInfo', 'UserInfo']