synapse_admin_api/users/
is_user_admin.rs

1//! Different versions of the endpoint to check whether a user is an admin.
2
3pub mod v1;