pub(super) async fn get_role_members( client: &Client, role_name: &str, ) -> Result<Vec<String>, ConnectionError>
Get the members granted to a role.