kittycad.api.users.get_user_privacy_settings

Functions

asyncio(*, client)

This endpoint requires authentication by any Zoo user.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by any Zoo user.

sync_detailed(*, client)

kittycad.api.users.get_user_privacy_settings._build_response(*, response)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]

kittycad.api.users.get_user_privacy_settings._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.users.get_user_privacy_settings._parse_response(*, response)[source][source]
Return type:

Union[PrivacySettings, Error, None]

async kittycad.api.users.get_user_privacy_settings.asyncio(*, client)[source][source]

This endpoint requires authentication by any Zoo user. It gets the privacy settings for the user.

Return type:

Union[PrivacySettings, Error, None]

async kittycad.api.users.get_user_privacy_settings.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]

kittycad.api.users.get_user_privacy_settings.sync(*, client)[source][source]

This endpoint requires authentication by any Zoo user. It gets the privacy settings for the user.

Return type:

Union[PrivacySettings, Error, None]

kittycad.api.users.get_user_privacy_settings.sync_detailed(*, client)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]