pub async fn create_user(rsclient: &KanidmClient, id: &str, group_name: &str)
Expand description
creates a user (username: id
) and puts them into a group, creating it if need be.
pub async fn create_user(rsclient: &KanidmClient, id: &str, group_name: &str)
creates a user (username: id
) and puts them into a group, creating it if need be.