kittycad.api.users.get_user_extended
Functions
|
To get information about yourself, use |
|
|
|
To get information about yourself, use |
|
|
- 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 Zoo user, you must be a Zoo employee.- Return type:
- 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 Zoo user, you must be a Zoo employee.- Return type: