kittycad.api.users.get_user

Functions

asyncio(id, *, client)

To get information about yourself, use /users/me as the endpoint.

asyncio_detailed(id, *, client)

rtype

Response[Union[Any, User, Error]]

sync(id, *, client)

To get information about yourself, use /users/me as the endpoint.

sync_detailed(id, *, client)

rtype

Response[Union[Any, User, Error]]