kittycad.api.users.get_user_self_extended

Functions

asyncio(*, client)

Get the user information for the authenticated user.

asyncio_detailed(*, client)

rtype

Response[Union[Any, ExtendedUser, Error]]

sync(*, client)

Get the user information for the authenticated user.

sync_detailed(*, client)

rtype

Response[Union[Any, ExtendedUser, Error]]