airflow.providers.fab.auth_manager.api_fastapi.routes.users¶
Attributes¶
Functions¶
|
|
|
List users with pagination and ordering. |
|
Get a user by username. |
|
Update an existing user. |
|
Delete a user by username. |
Module Contents¶
- airflow.providers.fab.auth_manager.api_fastapi.routes.users.get_users(order_by=Query('id', description="Field to order by. Prefix with '-' for descending."), limit=Depends(get_effective_limit()), offset=Query(0, ge=0, description='Number of items to skip before starting to collect results.'))[source]¶
List users with pagination and ordering.
- airflow.providers.fab.auth_manager.api_fastapi.routes.users.get_user(username=Path(..., min_length=1))[source]¶
Get a user by username.