kittycad.api.service_accounts.list_service_accounts_for_org.asyncio

async kittycad.api.service_accounts.list_service_accounts_for_org.asyncio(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by an org admin. It returns the service accounts for the organization. The service accounts are returned in order of creation, with the most recently created service accounts first.

Return type:

Union[ServiceAccountResultsPage, Error, None]