pub fn namespaces_get(
configuration: &Configuration,
) -> Result<ResponseContent<Vec<NamespaceItem>>, Error<NamespacesGetError>>Expand description
Get a list of all created namespaces. Note that users may be assigned namespaces not present in this list, as long as the namespace has not been created.