kittycad.api.users.get_user.sync

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

To get information about yourself, use /users/me as the endpoint. By doing so you will get the user information for the authenticated user. Alternatively, to get information about the authenticated user, use /user endpoint. To get information about any KittyCAD user, you must be a KittyCAD employee.

Return type:

Union[User, Error, None]