---
title: "is user allowed to all scopes · RUAL Documentation"
description: "Returns true if the authenticated user has wildcard (*) scope."
canonical: https://docs.rual.nl/block-types/http%20connection/httpconnection_is_root
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# is user allowed to all scopes

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Returns `true` if the authenticated user has wildcard (*) scope.

- connection required `httpconnection`

- is root `condition`

True only when the connection's auth scopes contain the literal wildcard element "*"; any other scope list, a missing auth, or an unwired connection yields false. Example: scopes=["admin"] -> false; scopes=["*"] -> true.

A typical wiring for [is user allowed to all scopes](https://docs.rual.nl/block-types/http%2520connection/httpconnection_is_root): the `condition` out pin feeds [branch](https://docs.rual.nl/block-types/flow/branch).

[![Studio canvas example for the is user allowed to all scopes block: typical wiring for is user allowed to all scopes.](https://docs.rual.nl/canvas-examples/httpconnection_is_root.png)](https://docs.rual.nl/canvas-examples/httpconnection_is_root.png?v=3)

## Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- [Back to `http connection`](https://docs.rual.nl/block-types/http%20connection): Return to the main group to view all sub-groups

- [Back to `http`](https://docs.rual.nl/block-types/http%20connection?group=http): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
