MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / User

Class User

src/mz/src/command/user.rs:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 let loading_spinner = output_formatter.loading_spinner("Retrieving users...");
62 #[derive(Deserialize, Serialize, Tabled)]
63 pub struct User {
64 #[tabled(rename = "Email")]
65 email: String,
66 #[tabled(rename = "Name")]
67 name: String,
68 }
69
70 let users = cx.admin_client().list_users().await?;
71

Calls

no outgoing calls

Tested by 15

index_over_small_shardFunction · 0.40
test_role_id_binaryFunction · 0.40
test_mz_acl_item_binaryFunction · 0.40
test_large_catalog_itemFunction · 0.40
test_webhook_sourceFunction · 0.40
test_kafka_sinkFunction · 0.40
test_clusterFunction · 0.40
test_replicaFunction · 0.40