kittycad.api.users.get_user
Functions
|
To get information about yourself, use |
|
|
|
To get information about yourself, use |
|
- async kittycad.api.users.get_user.asyncio(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 Zoo user, you must be a Zoo employee.
- 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 Zoo user, you must be a Zoo employee.