Skip to main content

list_users

Function list_users 

Source
pub async fn list_users(
    __arg0: State<AppState>,
    user: CurrentUser,
) -> Result<impl IntoResponse, ApiError>
Expand description

Lists everyone. The one route a manager may call.