kittycad.api.users.list_users.asyncio

async kittycad.api.users.list_users.asyncio(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[UserResultsPage, Error, None]