kittycad.api.users.get_user_extended
Functions
|
To get information about yourself, use |
|
|
|
To get information about yourself, use |
|
|
- kittycad.api.users.get_user_extended._parse_response(*, response)[source][source]
- Return type
Union
[Any
,ExtendedUser
,Error
,None
]
- async kittycad.api.users.get_user_extended.asyncio(id, *, client)[source][source]
To get information about yourself, use
/users-extended/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/extended
endpoint. To get information about any KittyCAD user, you must be a KittyCAD employee.- Return type
Union
[Any
,ExtendedUser
,Error
,None
]
- async kittycad.api.users.get_user_extended.asyncio_detailed(id, *, client)[source][source]
- Return type
- kittycad.api.users.get_user_extended.sync(id, *, client)[source][source]
To get information about yourself, use
/users-extended/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/extended
endpoint. To get information about any KittyCAD user, you must be a KittyCAD employee.- Return type
Union
[Any
,ExtendedUser
,Error
,None
]