kittycad.api.users.list_users.sync
- kittycad.api.users.list_users.sync(sort_by, *, client, limit=None, page_token=None)[source][source]
This endpoint required authentication by a KittyCAD employee. The users are returned in order of creation, with the most recently created users first.
- Return type
Union
[Any
,UserResultsPage
,Error
,None
]