kittycad.api.orgs.get_user_org.asyncio

async kittycad.api.orgs.get_user_org.asyncio(*, client)[source][source]

This endpoint requires authentication by any Zoo user. It gets the authenticated user’s org. If the user is not a member of an org, this endpoint will return a 404.

Return type:

Union[UserOrgInfo, Error, None]