qcs_api_client.api.authentication.auth_get_user#

Module Contents#

Functions#

sync(...)

Get User

sync_from_dict(...)

asyncio(...)

Get User

asyncio_from_dict(...)

qcs_api_client.api.authentication.auth_get_user.sync(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.user.User]#

Get User

Retrieve the profile of the authenticated user.

Returns

Response[User]

qcs_api_client.api.authentication.auth_get_user.sync_from_dict(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.user.User]#
async qcs_api_client.api.authentication.auth_get_user.asyncio(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.user.User]#

Get User

Retrieve the profile of the authenticated user.

Returns

Response[User]

async qcs_api_client.api.authentication.auth_get_user.asyncio_from_dict(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.user.User]#