qcs_api_client.api.account.list_user_groups#

Module Contents#

Functions#

sync(...)

List QCS groups for the requested user

sync_from_dict(...)

asyncio(...)

List QCS groups for the requested user

asyncio_from_dict(...)

qcs_api_client.api.account.list_user_groups.sync(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_groups_response.ListGroupsResponse]#

List QCS groups for the requested user

List QCS groups for the requested user

Parameters

user_id (str) –

Returns

Response[ListGroupsResponse]

qcs_api_client.api.account.list_user_groups.sync_from_dict(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_groups_response.ListGroupsResponse]#
async qcs_api_client.api.account.list_user_groups.asyncio(user_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_groups_response.ListGroupsResponse]#

List QCS groups for the requested user

List QCS groups for the requested user

Parameters

user_id (str) –

Returns

Response[ListGroupsResponse]

async qcs_api_client.api.account.list_user_groups.asyncio_from_dict(user_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_groups_response.ListGroupsResponse]#